We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a23f9 commit f2f90aaCopy full SHA for f2f90aa
.github/codecov.yml
@@ -0,0 +1,14 @@
1
+---
2
+# https://docs.codecov.com/docs/pull-request-comments#disable-comment
3
+comment: false
4
+
5
+# https://docs.codecov.com/docs/commit-status
6
+coverage:
7
+ status:
8
+ project:
9
+ default:
10
+ target: auto
11
+ threshold: 3
12
+ paths:
13
+ - "ocs/"
14
+ patch: false
.github/workflows/pytest.yml
@@ -63,5 +63,11 @@ jobs:
63
mv ./tests/.coverage.* ./
64
pip install coveralls
65
coverage combine
66
+ coverage xml
67
coverage report
68
coveralls --service=github
69
70
+ - name: Upload results to Codecov
71
+ uses: codecov/codecov-action@v4
72
+ with:
73
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments