Closed pnuu closed 3 years ago
Merging #97 (a0cf0dd) into main (72e5a9d) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #97 +/- ##
=======================================
Coverage 85.79% 85.79%
=======================================
Files 23 23
Lines 3210 3210
=======================================
Hits 2754 2754
Misses 456 456
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 72e5a9d...a0cf0dd. Read the comment docs.
Pyyaml 6.0 removed the usage of
yaml.load()
without theLoader
defined. This PR replaces the lone use ofyaml.load()
withyaml.safe_load()
inzipcollector_runner.py
.