Closed jarifibrahim closed 5 years ago
Merging #2384 into master will increase coverage by
0.01%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #2384 +/- ##
==========================================
+ Coverage 70.13% 70.14% +0.01%
==========================================
Files 174 174
Lines 17121 17121
==========================================
+ Hits 12007 12010 +3
+ Misses 3950 3949 -1
+ Partials 1164 1162 -2
Impacted Files | Coverage Δ | |
---|---|---|
controller/workitem.go | 79.25% <0%> (+0.42%) |
: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 6423598...5c057b8. Read the comment docs.
The cico_build_deploy.sh script did not set the USE_GO_VERSION_FROM_WEBSITE flag and because of that go1.11 was used from epel to build the binary (see build https://ci.centos.org/job/devtools-fabric8-wit-build-master/618/consoleFull) .
This PR fixes that.