Skip to content

Commit

Permalink
chore: update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan7 authored May 3, 2023
1 parent 57de2d5 commit e94f9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
tox
- name: Report test-coverage to DeepSource
if: ${{ matrix.python-version == '3.10' }}
run: |
# Install the CLI
curl https://deepsource.io/cli | sh
# Send the report to DeepSource
./bin/deepsource report --analyzer test-coverage --key python --value-file coverage.xml

0 comments on commit e94f9f0

Please sign in to comment.