👷 Fix coverage file for deepsource

This commit is contained in:
Manuel 2023-04-01 13:02:59 +02:00
parent 7cb730186d
commit 41c98a3c9c

View File

@ -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 }}