Open Brimstedt opened 6 years ago
Merging #263 into master will increase coverage by
0.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #263 +/- ##
=========================================
+ Coverage 97.29% 97.3% +0.01%
=========================================
Files 31 31
Lines 960 964 +4
=========================================
+ Hits 934 938 +4
Misses 26 26
Impacted Files | Coverage Δ | |
---|---|---|
src/help.js | 100% <ø> (ø) |
:arrow_up: |
src/settings.js | 89.65% <ø> (ø) |
:arrow_up: |
src/test.js | 100% <100%> (ø) |
:arrow_up: |
src/test_runner.js | 97.95% <100%> (+0.02%) |
:arrow_up: |
src/cli.js | 94.94% <0%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update ed01e8d...fcac380. Read the comment docs.
Merging #263 into master will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #263 +/- ##
==========================================
+ Coverage 97.29% 97.30% +0.01%
==========================================
Files 31 31
Lines 960 964 +4
==========================================
+ Hits 934 938 +4
Misses 26 26
Impacted Files | Coverage Δ | |
---|---|---|
src/cli.js | 94.94% <ø> (ø) |
|
src/help.js | 100.00% <ø> (ø) |
|
src/settings.js | 89.65% <ø> (ø) |
|
src/test.js | 100.00% <100.00%> (ø) |
|
src/test_runner.js | 97.95% <100.00%> (+0.02%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update ed01e8d...fcac380. Read the comment docs.
If you want to really scale your tests and repeat them many times. Im not particularily happy with the implementation (putting all extra runs on the queue), but it seemed it would take quite a bit of changes to impose a repeat count the test class.