Skip to content

Commit

Permalink
Add support for Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinse committed Apr 7, 2024
1 parent b8619ca commit 7dc9fa6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ jobs:
python -m pip install .[dev]
- name: Test with pytest
run: |
python -m pytest
python -m pytest --cov=objdictgen --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Laerdal/python-objdictgen

0 comments on commit 7dc9fa6

Please sign in to comment.