Closed smlindauer closed 2 years ago
Merging #133 (469669c) into master (db3dd98) will decrease coverage by
0.72%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #133 +/- ##
==========================================
- Coverage 63.60% 62.87% -0.73%
==========================================
Files 52 52
Lines 4278 4278
==========================================
- Hits 2721 2690 -31
- Misses 1557 1588 +31
Flag | Coverage Δ | |
---|---|---|
integration | 57.59% <ø> (?) |
|
unit | 40.91% <ø> (?) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
src/sasctl/core.py | 79.88% <0.00%> (-4.59%) |
:arrow_down: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Merge new code coverage flags into master branch. All code coverage flag and upload calls are handled by the git action instead of inside the tox.ini file.
This now separates out the coverage via unit, integration, and scenario (once it starts working again) tests, but still collates to a merged total value.