Closed Ogeon closed 1 year ago
Merging #356 (ffcab42) into master (8a2fbfa) will decrease coverage by
0.23%
. Report is 2 commits behind head on master. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #356 +/- ##
==========================================
- Coverage 78.22% 78.00% -0.23%
==========================================
Files 115 115
Lines 19751 19738 -13
Branches 19751 19738 -13
==========================================
- Hits 15451 15396 -55
- Misses 4074 4076 +2
- Partials 226 266 +40
Files Changed | Coverage Δ | |
---|---|---|
integration_tests/regression_tests/issue_283.rs | 0.00% <ø> (ø) |
... and 10 files with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Comparing split_out_integration_tests
(ffcab42) with master
(8a2fbfa)
✅ 40
untouched benchmarks
Well, the coverage report was helpful and notified me of the missing tests for wide
:sweat_smile:
Looks like the remaining reduction in coverage are false positives.
bors r+
Build succeeded!
The publicly hosted instance of bors-ng is deprecated and will go away soon.
If you want to self-host your own instance, instructions are here. For more help, visit the forum.
If you want to switch to GitHub's built-in merge queue, visit their help page.
Due to an MSRV bump in
memchr
, I decided to move the integration tests to their own workspace crate.