Skip to content

Commit

Permalink
fix unittest action
Browse files Browse the repository at this point in the history
  • Loading branch information
GIC-de committed Jul 12, 2022
1 parent ee9b491 commit 9e6a47b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with nosetest
- name: Run unittestfix
run: |
nosetests -v --with-coverage --cover-package=pyrad
coverage run -m unittest discover
coverage report -m

0 comments on commit 9e6a47b

Please sign in to comment.