-
Notifications
You must be signed in to change notification settings - Fork 6
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: make TestInstance duration_seconds nullable #398
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #398 +/- ##
==========================================
- Coverage 90.22% 89.80% -0.43%
==========================================
Files 387 324 -63
Lines 11779 9472 -2307
Branches 2063 1688 -375
==========================================
- Hits 10628 8506 -2122
+ Misses 1052 902 -150
+ Partials 99 64 -35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
this will be used in cache rollup cron to determine which repo branch combos to run the cache test rollups task for
1b9d2be
to
cb95b5c
Compare
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.
this looks like it now conflicts with #416, or includes all of those changes.
No description provided.