Skip to content

Commit

Permalink
Replace deepsource with codecov (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta authored Dec 30, 2024
2 parents a7147c6 + dc9a024 commit a0210fd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .deepsource.toml

This file was deleted.

11 changes: 5 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@ jobs:
run: |
nox --session=coverage -- xml -i
- name: Report test coverage to DeepSource
uses: deepsourcelabs/test-coverage-action@master
with:
key: python
coverage-file: ./coverage.xml
dsn: ${{ secrets.DEEPSOURCE_DSN }}
- name: Upload coverage report
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
9 changes: 9 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
comment: true
coverage:
status:
project:
default:
target: "100"
patch:
default:
target: "100"

0 comments on commit a0210fd

Please sign in to comment.