Skip to content

Commit

Permalink
Upload coverage reports to Codecov from build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle authored Feb 12, 2024
1 parent c9effe4 commit 05f3c0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:
run: python setup.py develop
- name: Run Tests
run: python -m pytest tests/ -v --cov --cov-report=xml --cov-report=term-missing
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 05f3c0b

Please sign in to comment.