Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #2569 +/- ##
=======================================
Coverage 83.65% 83.65%
=======================================
Files 164 164
Lines 17783 17783
Branches 1829 1829
=======================================
Hits 14876 14876
Misses 2885 2885
Partials 22 22 Continue to review full report in Codecov by Sentry.
🚨 Try these New Features:
|
|
/retest |
b816239 to
97f9893
Compare
|
/retest |
|
This won't work yet, the required changes are merged, but the container image used needs to be updated. |
|
/retest |
97f9893 to
d548f47
Compare
We can now skip unit tests (running npn verify) in the pr_check to speed up the whole process and reduce flakiness. The unit tests are ran separately in a github action so this is fine.
d548f47 to
ce3ad7e
Compare
lucasgarfield
left a comment
There was a problem hiding this comment.
Passing all the tests including pr_check, let's merge!
Uhm, this was draft for a reason, that change doesn't do anything yet 😅 Also I was using this open PR to test a change in IQE plugin... |
We can now skip unit tests (running npn verify) in the pr_check to speed up the whole process and reduce flakiness. The unit tests are ran separately in a github action so this is fine.