Skip to content

Commit

Permalink
next test
Browse files Browse the repository at this point in the history
  • Loading branch information
lrouhier committed Jul 13, 2020
1 parent f221932 commit 048ef42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Expand Up @@ -32,7 +32,8 @@ jobs:
# 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 pytest
env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coverage run -m pytest
coveralls
Expand Down

0 comments on commit 048ef42

Please sign in to comment.