Skip to content

Commit 40b817c

Browse files
Update CI.yml
1 parent 855efae commit 40b817c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
pip install pytest-cov django
3131
pytest --cov=./ --cov-report=xml
3232
33-
- name: Report test coverage to DeepSource
33+
- name: Report test coverage to DeepSource (python and go)
3434
run: |
3535
curl https://deepsource.io/cli | sh
3636
./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml
37+
./bin/deepsource report --analyzer test-coverage --key go --value-file ./go_coverage.out

0 commit comments

Comments
 (0)