Skip to content

Commit

Permalink
change covermode in go tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 14, 2019
1 parent 2dfc339 commit 07a50a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ steps:
- script: |
go version
go mod download
go test -v -coverprofile=coverage.txt -covermode=atomic ./... 2>&1 | go-junit-report > report.xml
go test -v -coverprofile=coverage.txt -covermode=count ./... 2>&1 | go-junit-report > report.xml
go vet -composites=false ./...
gocov convert coverage.txt > coverage.json
gocov-xml < coverage.json > coverage.xml
Expand Down

0 comments on commit 07a50a9

Please sign in to comment.