Closed alexander-held closed 2 years ago
Merging #317 (ee9e1bf) into master (c989318) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #317 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 23 23
Lines 1880 1880
Branches 304 304
=========================================
Hits 1880 1880
Impacted Files | Coverage Δ | |
---|---|---|
src/cabinetry/histo.py | 100.00% <100.00%> (ø) |
|
src/cabinetry/model_utils.py | 100.00% <100.00%> (ø) |
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 c989318...ee9e1bf. Read the comment docs.
The first non-beta release of
black
,22.1.0
introduced some small formatting changes. This updates the code to the latest version ofblack
.