Skip to content

Commit

Permalink
Add support for jupyter notebook
Browse files Browse the repository at this point in the history
Commit rebased from #210 .
Credits to: pakio https://github.com/pakio

fix coverage report bug

updated nbconvert version

fixed lint issues

add black formatting rules
  • Loading branch information
pakio authored and Fernando-crz committed Oct 17, 2023
1 parent 55eee29 commit c82c720
Show file tree
Hide file tree
Showing 9 changed files with 369 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install coverage docopt yarg requests
pip install coverage docopt yarg requests nbconvert
- name: Calculate coverage
run: coverage run --source=pipreqs -m unittest discover
Expand Down
Loading

0 comments on commit c82c720

Please sign in to comment.