diff --git a/.deepsource.toml b/.deepsource.toml deleted file mode 100644 index c9e3b509..00000000 --- a/.deepsource.toml +++ /dev/null @@ -1,7 +0,0 @@ -version = 1 - -[[analyzers]] -name = "python" - - [analyzers.meta] - runtime_version = "3.x.x" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1ae91a69..b82a7bbe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..c5fcb450 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,9 @@ +comment: true +coverage: + status: + project: + default: + target: "100" + patch: + default: + target: "100"