Skip to content

Commit 2ddd6c9

Browse files
author
parisb
committed
ci: add coverage reporting
1 parent b35a8c0 commit 2ddd6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tasks:
3838

3939
test_coverage:
4040
cmds:
41-
- go test -v ./... -coverprofile=coverage.txt -covermode count=1 -json 2>&1 | $HOME/go/bin/go-junit-report > report.xml
41+
- go test -v ./... -coverprofile=coverage.txt -covermode count -json 2>&1 | $HOME/go/bin/go-junit-report > report.xml
4242
- $HOME/go/bin/gocov convert coverage.txt > coverage.json
4343
- $HOME/go/bin/gocov-xml < coverage.json > coverage.xml
4444
ENV:

0 commit comments

Comments
 (0)