Closed Felice644 closed 2 years ago
Merging #88 (875dcf3) into master (d33a5d5) will increase coverage by
0.42%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #88 +/- ##
==========================================
+ Coverage 52.20% 52.63% +0.42%
==========================================
Files 18 18
Lines 885 893 +8
==========================================
+ Hits 462 470 +8
Misses 423 423
Flag | Coverage Δ | |
---|---|---|
pytest | 52.63% <100.00%> (+0.42%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
pynblint/config.py | 100.00% <100.00%> (ø) |
|
pynblint/nb_linting.py | 80.21% <100.00%> (+0.67%) |
:arrow_up: |
tests/unit/test_nb_linting_functions.py | 100.00% <100.00%> (ø) |
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more
created and tested the control function for any multiline comments present in the cells of a notebook. Close #79