Removed deepsource-coverage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user