-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix random coverage xml
CI issues
#635
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #635 +/- ##
==========================================
+ Coverage 95.91% 98.71% +2.80%
==========================================
Files 146 172 +26
Lines 19609 24339 +4730
==========================================
+ Hits 18808 24027 +5219
+ Misses 801 312 -489 ☔ View full report in Codecov by Sentry. |
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.
Looks good to me, thanks @maliasadi .
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.
Thank you for that!
Fix random
coverage xml
CI non-deterministic failures with ignoring "No source for code__init__,py
". This shouldn't affect the coverage as__init__
only includes the package version.[sc-58646]