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.
2 parents a7147c6 + dc9a024 commit a0210fdCopy full SHA for a0210fd
.deepsource.toml
.github/workflows/tests.yml
@@ -170,9 +170,8 @@ jobs:
170
run: |
171
nox --session=coverage -- xml -i
172
173
- - name: Report test coverage to DeepSource
174
- uses: deepsourcelabs/test-coverage-action@master
175
- with:
176
- key: python
177
- coverage-file: ./coverage.xml
178
- dsn: ${{ secrets.DEEPSOURCE_DSN }}
+ - name: Upload coverage report
+ uses: codecov/codecov-action@v5
+ env:
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ file: ./coverage.xml
codecov.yml
@@ -0,0 +1,9 @@
1
+comment: true
2
+coverage:
3
+ status:
4
+ project:
5
+ default:
6
+ target: "100"
7
+ patch:
8
9
0 commit comments