Closed chris-crone closed 5 years ago
Merging #110 into master will decrease coverage by
0.16%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #110 +/- ##
==========================================
- Coverage 64.73% 64.56% -0.17%
==========================================
Files 90 90
Lines 10933 10933
==========================================
- Hits 7077 7059 -18
- Misses 3552 3569 +17
- Partials 304 305 +1
Impacted Files | Coverage Δ | |
---|---|---|
internal/controller/resourceupdater.go | 35.18% <0%> (-14.82%) |
:arrow_down: |
internal/registry/logstreamer.go | 73.72% <0%> (-1.46%) |
: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 093fa44...6708465. Read the comment docs.
I wasn't able to reproduce this locally so was working off of these logs:
[91m[1m• Failure in Spec Teardown (AfterEach) [37.347 seconds][0m
Compose fry
[90m/go/src/github.com/docker/compose-on-kubernetes/e2e/compose_test.go:97[0m
[91m[1mShould support bind volumes [AfterEach][0m
[90m/go/src/github.com/docker/compose-on-kubernetes/e2e/compose_test.go:877[0m
[91mExpected
<bool>: false
to be true[0m
/go/src/github.com/docker/compose-on-kubernetes/e2e/compose_test.go:898
It requires more investigation.
See: #111.
The bind mount test has been reported flaky. This PR skips it with a FIXME message.