Closed timholy closed 3 years ago
Merging #348 (cc81783) into master (ba94b81) will decrease coverage by
0.12%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #348 +/- ##
==========================================
- Coverage 87.34% 87.22% -0.13%
==========================================
Files 10 10
Lines 656 681 +25
==========================================
+ Hits 573 594 +21
- Misses 83 87 +4
Impacted Files | Coverage Δ | |
---|---|---|
src/error_handling.jl | 81.81% <0.00%> (+1.81%) |
:arrow_up: |
src/registry_setup.jl | 95.76% <0.00%> (-0.64%) |
:arrow_down: |
src/precompile.jl | 0.00% <0.00%> (ø) |
|
src/loadsave.jl | 98.79% <0.00%> (+0.01%) |
:arrow_up: |
src/deprecated.jl | 47.91% <0.00%> (+0.09%) |
:arrow_up: |
src/registry.jl | 89.83% <0.00%> (+0.17%) |
:arrow_up: |
src/query.jl | 96.96% <0.00%> (+0.19%) |
: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 ba94b81...cc81783. Read the comment docs.
Failure fixed in #349
For some errors, the entire data set being saved can be printed to the terminal when an error is thrown. This reduces the output.