We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57de2d5 commit e94f9f0Copy full SHA for e94f9f0
.github/workflows/test.yml
@@ -41,9 +41,9 @@ jobs:
41
tox
42
43
- name: Report test-coverage to DeepSource
44
+ if: ${{ matrix.python-version == '3.10' }}
45
run: |
46
# Install the CLI
47
curl https://deepsource.io/cli | sh
-
48
# Send the report to DeepSource
49
./bin/deepsource report --analyzer test-coverage --key python --value-file coverage.xml
0 commit comments