From eac13bc40e078893eaa0438adfade7010b221168 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Mon, 30 Dec 2024 22:50:26 +0100 Subject: [PATCH] Replace codecov with deepsource --- .github/workflows/tests.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b82a7bbe..1ae91a69 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }}