Closed sandmman closed 6 years ago
Merging #16 into develop will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #16 +/- ##
========================================
Coverage 66.85% 66.85%
========================================
Files 2 2
Lines 175 175
========================================
Hits 117 117
Misses 58 58
Flag | Coverage Δ | |
---|---|---|
#KituraKit | 66.85% <ø> (ø) |
: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 9e69a22...11409c0. Read the comment docs.
The current use of build stages is intended to only be run on pushes to master; however, they are being run on all builds leading to unnecessary tagging and overuse of the github api.
It turns out that the boolean condition was invalidly formatted leading travis to ignore it completely. By removing the
platform = Linux
conditional, everything works as expected.