Closed cjmayo closed 3 years ago
Merging #240 (0ad5a85) into master (4bcd48e) will decrease coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #240 +/- ##
==========================================
- Coverage 85.94% 85.92% -0.02%
==========================================
Files 55 55
Lines 10387 10389 +2
==========================================
Hits 8927 8927
- Misses 1460 1462 +2
Impacted Files | Coverage Δ | |
---|---|---|
fract4d/fractconfig.py | 93.13% <100.00%> (-1.87%) |
: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 4bcd48e...0ad5a85. Read the comment docs.
Fixes problems with file paths caused by: 3e3509e ("Fix duplicating formula_paths in user configuration (#217)", 2021-02-04)
I think this is OK because we don't expect the user to directly edit this file.
Fixes #239.