Skip to content

Commit

Permalink
Add Codecov integration for test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Feb 14, 2024
1 parent 55b558b commit 9db2b50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
- name: Run Tests
run: python -m pytest tests/ -v --cov --cov-report=xml --cov-report=html

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9db2b50

Please sign in to comment.