diff --git a/.github/workflows/deepsource-tests.yml b/.github/workflows/deepsource-tests.yml index 703f3fa..7b8b523 100644 --- a/.github/workflows/deepsource-tests.yml +++ b/.github/workflows/deepsource-tests.yml @@ -53,6 +53,6 @@ jobs: curl https://deepsource.io/cli | sh # Send the report to DeepSource - ./bin/deepsource report --analyzer test-coverage --key javascript --value-file ./coverage/clover.xml + ./bin/deepsource report --analyzer test-coverage --key javascript --value-file ./coverage/lcov.info env: DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }} \ No newline at end of file