We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e762d5 commit 9bd7ed0Copy full SHA for 9bd7ed0
1 file changed
.github/workflows/python-package.yml
@@ -39,3 +39,9 @@ jobs:
39
- name: Test with pytest
40
run: |
41
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