collab-uniba / pynblint

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

Notebook default title #85

Closed Felice644 closed 2 years ago

Felice644 commented 2 years ago

Close #84 Improved the function for detecting a default title using the regex. I have also changed the description of the problem.

codecov-commenter commented 2 years ago

Codecov Report

Merging #85 (4497ff9) into master (670a7b2) will increase coverage by 0.40%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
+ Coverage   50.53%   50.94%   +0.40%     
==========================================
  Files          18       18              
  Lines         843      850       +7     
==========================================
+ Hits          426      433       +7     
  Misses        417      417              
Flag Coverage Δ
pytest 50.94% <100.00%> (+0.40%) :arrow_up:

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

Impacted Files Coverage Δ
pynblint/nb_linting.py 78.08% <100.00%> (+1.27%) :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