Skip to content

Commit

Permalink
fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencetec committed Sep 1, 2023
1 parent b311849 commit d4dcb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action-ci.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Test with pytest
run: |
pip install pytest-cov pytest
py.test --cov-report=xml term --cov=kontrol
py.test --cov-report=xml --cov=kontrol
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit d4dcb76

Please sign in to comment.