-
Notifications
You must be signed in to change notification settings - Fork 398
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
Improve test coverage of multitask jobs & DLT pipelines #1493
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1493 +/- ##
==========================================
+ Coverage 89.68% 90.24% +0.55%
==========================================
Files 129 129
Lines 10405 10405
==========================================
+ Hits 9332 9390 +58
+ Misses 694 646 -48
+ Partials 379 369 -10
|
@alexott could you also increase the coverage of exporter/util.go to 90%? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thank you. Please also increase the coverage for exporter/util.go to 90%
Not this time, primary things that aren't covered are error handling in the complex conditions... |
Complex conditions are more likely to break. If you’re concerned about the size of testing code - look at how individual Imports on importables are tested. There is a special helper to test for what is emitted without causing any downstream requests |
I’m not concerned about testing code size, I’m concerned about my time for that. Feel free to to revert previous PR. |
No description provided.