From 41c98a3c9c7ae125a56bbf4f70bec94e4c39a762 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 1 Apr 2023 13:02:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20coverage=20file=20for=20de?= =?UTF-8?q?epsource?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deepsource-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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