Closed sjinks closed 2 years ago
Merging #89 (a09f276) into master (ccf94ab) will decrease coverage by
1.13%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #89 +/- ##
============================================
- Coverage 76.08% 74.94% -1.14%
Complexity 138 138
============================================
Files 1 1
Lines 439 439
============================================
- Hits 334 329 -5
- Misses 105 110 +5
Flag | Coverage Δ | |
---|---|---|
unittests | 74.94% <ø> (-1.14%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
object-cache.php | 74.94% <0.00%> (-1.14%) |
:arrow_down: |
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 ccf94ab...a09f276. Read the comment docs.
codecov/project
fails, this can be ignored.
The CI takes now 34 seconds instead of 1 minute.
The speedup is achieved by using
services
(while MySQL starts up, we do other useful things like check out the source code or install dependencies) and by not using thewp-test-runner
image (it takes some time to download it).