-
Notifications
You must be signed in to change notification settings - Fork 11
fix: remove get_existing_tests from test process #853
Conversation
this query is very slow and we don't necessarily need it, a side effect is that this will mean the insert on conflict do nothing will contain rows that it doesn't need to but that's fine
edited by codecov-notifications
bot
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #853 +/- ##
==========================================
- Coverage 98.01% 98.01% -0.01%
==========================================
Files 445 445
Lines 36099 36094 -5
==========================================
- Hits 35384 35379 -5
Misses 715 715
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #853 +/- ##
==========================================
- Coverage 98.01% 98.01% -0.01%
==========================================
Files 445 445
Lines 36099 36094 -5
==========================================
- Hits 35384 35379 -5
Misses 715 715
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #853 +/- ##
==========================================
- Coverage 98.01% 98.01% -0.01%
==========================================
Files 445 445
Lines 36099 36094 -5
==========================================
- Hits 35384 35379 -5
Misses 715 715
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #853 +/- ##
==========================================
- Coverage 98.01% 98.01% -0.01%
==========================================
Files 445 445
Lines 36099 36094 -5
==========================================
- Hits 35384 35379 -5
Misses 715 715
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Should there be a test file affected by this?
because we need the unique constraint on test flag bridge
This PR includes changes to |
no, this change is internal to the test results processor task |
this query is very slow and we don't necessarily need it, a side effect is that this will mean the insert on conflict do nothing will contain rows that it doesn't need to but that's fine
depends on: codecov/shared#414