Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple test about DefaultSource class #773

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

dmivankov
Copy link
Contributor

DefaultSource should have default constructor for
executors to be able to create it.

@dmivankov dmivankov requested a review from a team as a code owner August 10, 2023 15:51
@dmivankov dmivankov self-assigned this Aug 10, 2023
DefaultSource should have default constructor for
executors to be able to create it.
@codecov
Copy link

codecov bot commented Aug 10, 2023

Codecov Report

Merging #773 (6faaca7) into master (0719df1) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #773   +/-   ##
=======================================
  Coverage   77.07%   77.07%           
=======================================
  Files          49       49           
  Lines        3407     3407           
  Branches      152      152           
=======================================
  Hits         2626     2626           
  Misses        781      781           

Copy link
Contributor

@audunska audunska left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has this been a problem?
(just curious)

@dmivankov
Copy link
Contributor Author

Yes, hit it during local development around adding tracing. Compiles fine with extra constraints but CI tests break (luckily they do catch it but a dedicated test would be more clear)

@dmivankov dmivankov merged commit e84520f into master Aug 11, 2023
2 checks passed
@dmivankov dmivankov deleted the test_default_constructor branch August 11, 2023 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants