Skip to content

Commit

Permalink
Comply with PEP8 line length recommendation, added .codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Oct 3, 2021
1 parent 2acdd68 commit 0eeba69
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 91 deletions.
7 changes: 7 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
coverage:
status:
patch: false

ignore:
- tests/*
- setup.py
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install pandoc
python -m pip install --upgrade pip
pip install --upgrade pip
pip install flake8 pytest pytest-cov sphinx
pip install -r docs/requirements.txt
pip install -r requirements.txt
Expand Down
Loading

0 comments on commit 0eeba69

Please sign in to comment.