Skip to content

Commit

Permalink
last change
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Banduhn committed Mar 10, 2020
1 parent f76e62b commit f2aa046
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=. --cov-report=xml
pipenv run py.test --cov --cov-report=xml
codecov -t ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f2aa046

Please sign in to comment.