Removed deepsource-coverage

This commit is contained in:
Mawoka
2022-06-11 23:09:46 +02:00
parent 34ec648551
commit 16d9377647
2 changed files with 13 additions and 13 deletions
+10 -10
View File
@@ -33,16 +33,16 @@ jobs:
run: |
./run_tests.sh a
pipenv run coverage xml
- name: Report results to DeepSource
run: |
# Install deepsource CLI
curl https://deepsource.io/cli | sh
# From the root directory, run the report coverage command
./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml
env:
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
# - name: Report results to DeepSource
# run: |
# # Install deepsource CLI
# curl https://deepsource.io/cli | sh
#
# # From the root directory, run the report coverage command
# ./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml
#
# env:
# DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2