Skip to content

Commit

Permalink
CI add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Sep 8, 2021
1 parent fae1480 commit 44ed87f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
python -VV
python -m pip install --upgrade pip
pip install tox tox-gh-actions
pip install tox tox-gh-actions coveralls
pip install -e .[test]
- name: Lint with flake8
Expand All @@ -93,4 +93,4 @@ jobs:
- name: Upload coverage data to coveralls.io
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ test =
matplotlib >=1.5.3
responses >=0.9.0
pandas-datareader >=0.2.1
coveralls==3.0.1

dev =
flake8 >=3.9.1
Expand Down

0 comments on commit 44ed87f

Please sign in to comment.