Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterpeere committed Jan 17, 2024
1 parent dfdb920 commit bd9f49b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
pip install -e .
- name: Test with pytest
run: pytest GHEtoolGUI/test_gui --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos

0 comments on commit bd9f49b

Please sign in to comment.