Closed ADRFranklin closed 4 years ago
Merging #330 into master will decrease coverage by
16.18%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #330 +/- ##
===========================================
- Coverage 30.59% 14.41% -16.19%
===========================================
Files 31 10 -21
Lines 3180 888 -2292
===========================================
- Hits 973 128 -845
+ Misses 2016 736 -1280
+ Partials 191 24 -167
Impacted Files | Coverage Δ | |
---|---|---|
compiler/download.go | 59.74% <0.00%> (-3.90%) |
:arrow_down: |
compiler/compiler.go | 10.16% <0.00%> (-50.27%) |
:arrow_down: |
runtime/ensure_plugins.go | ||
runtime/generate.go | ||
runtime/run.go | ||
runtime/initialise.go | ||
runtime/load.go | ||
runtime/run_container.go | ||
rook/ensure.go | ||
... and 14 more |
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 e61c7ce...ceba7fc. Read the comment docs.
Updates the default compiler to using 3.10.10 and not 3.10.9
Fixes #329