Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Banduhn committed Mar 9, 2020
1 parent 00a68d0 commit 9af11c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
pipenv install --dev
- name: Make coverage and upload to codecov
run: |
pipenv run py.test --cov
pipenv run py.test --cov=./howl/ --cov-report=xml
codecov -t ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9af11c9

Please sign in to comment.