File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 30
30
pip install pytest-cov django
31
31
pytest --cov=./ --cov-report=xml
32
32
33
- - name : Report test coverage to DeepSource
33
+ - name : Report test coverage to DeepSource (python and go)
34
34
run : |
35
35
curl https://deepsource.io/cli | sh
36
36
./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
Original file line number Diff line number Diff line change
1
+ mode: atomic
2
+ /home/srijan/everything_test/go-exp/main.go:8.36,12.20 4 6
3
+ /home/srijan/everything_test/go-exp/main.go:15.5,15.18 1 6
4
+ /home/srijan/everything_test/go-exp/no_miss.go:3.12,5.2 1 1
5
+ /home/srijan/everything_test/go-exp/main.go:12.20,14.6 1 0
6
+ /home/srijan/everything_test/go-exp/main.go:19.32,24.2 4 0
7
+ /home/srijan/everything_test/go-exp/main.go:26.13,28.2 1 0
8
+ /home/srijan/everything_test/go-exp/new.go:3.12,5.2 1 0
You can’t perform that action at this time.
0 commit comments