Skip to content

Commit 9bd7ed0

Browse files
authored
Integrate Codecov for coverage report uploads
Add Codecov action to upload coverage reports.
1 parent 9e762d5 commit 9bd7ed0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ jobs:
3939
- name: Test with pytest
4040
run: |
4141
pytest --cov=.
42+
- name: Upload coverage reports to Codecov
43+
uses: codecov/codecov-action@v5
44+
with:
45+
token: ${{ secrets.CODECOV_TOKEN }}
46+
slug: bcdev/uncertaintyx
47+

0 commit comments

Comments
 (0)