Skip to content

Commit

Permalink
Fix coverage not working
Browse files Browse the repository at this point in the history
Fixes #30
  • Loading branch information
ab5424 committed Jan 26, 2024
1 parent 201a875 commit b906a35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
sudo apt update && sudo apt install -y libegl1-mesa-dev
- name: pytest
run: |
pytest tests
pytest --cov=agility --cov-report=xml tests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
if: matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b906a35

Please sign in to comment.