Skip to content

Commit

Permalink
Replace codecov with deepsource
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Dec 30, 2024
1 parent 62c8f91 commit eac13bc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@ jobs:
run: |
nox --session=coverage -- xml -i
- name: Upload coverage report
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
- name: Report test coverage to DeepSource
uses: deepsourcelabs/test-coverage-action@master
with:
key: python
coverage-file: ./coverage.xml
dsn: ${{ secrets.DEEPSOURCE_DSN }}

0 comments on commit eac13bc

Please sign in to comment.