We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6a712 commit 5ba3d13Copy full SHA for 5ba3d13
1 file changed
.github/workflows/test.yml
@@ -20,4 +20,9 @@ jobs:
20
- name: Install Dependencies
21
run: poetry install --no-interaction --no-root
22
- name: Test
23
- run: poetry run pytest
+ run: |
24
+ poetry run pytest --cov=commitomatic --cov-report=xml
25
+ curl https://deepsource.io/cli | sh
26
+ ./bin/deepsource report --analyzer test-coverage --key python --value-file $PWD/coverage.xml
27
+ env:
28
+ DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
0 commit comments