Skip to content

Commit

Permalink
Merge branch 'main' into go.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h authored Oct 8, 2024
2 parents 0d76da3 + f910119 commit acc735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tasks:
# https://github.com/golang/go/issues/65570
GOEXPERIMENT: nocoverageredesign
cmds:
- go test -race -coverprofile=cover.out -v $(go list ./... | grep -v /mocks) 2>&1 | go-junit-report --set-exit-code > result.xml || (cat result.xml && echo "fail" && exit 1)
- go test -race -coverprofile=cover.out -v $(go list ./... | grep -v /mocks)
- gocover-cobertura < cover.out > cobertura.xml
- go tool cover -func=cover.out

Expand Down

0 comments on commit acc735e

Please sign in to comment.