Skip to content

Commit

Permalink
add deepsource config, take 1
Browse files Browse the repository at this point in the history
  • Loading branch information
reece committed Sep 9, 2023
1 parent 96b189a commit 15a56f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ jobs:
run: |
make test
- name: Report test-coverage to DeepSource
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

deploy:
needs:
- cqa
Expand Down

0 comments on commit 15a56f7

Please sign in to comment.