collab-uniba / pynblint

Pynblint is a linter for Python Jupyter notebooks.
MIT License
40 stars 2 forks source link

Function/class never tested #90

Closed Felice644 closed 2 years ago

Felice644 commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #90 (de999b1) into master (cbfaf38) will increase coverage by 0.27%. The diff coverage is 65.00%.

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   52.63%   52.90%   +0.27%     
==========================================
  Files          18       18              
  Lines         893      913      +20     
==========================================
+ Hits          470      483      +13     
- Misses        423      430       +7     
Flag Coverage Δ
pytest 52.90% <65.00%> (+0.27%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pynblint/repository.py 30.00% <16.66%> (-1.25%) :arrow_down:
pynblint/nb_linting.py 80.39% <81.81%> (+0.17%) :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