Skip to content

Commit

Permalink
fix: Output merged coverprofiles to a single file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Ghangas committed Dec 23, 2020
1 parent 36656a7 commit dc406b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
policy/coverprofile.out \
tcp/coverprofile.out \
transport/coverprofile.out \
wire/coverprofile.out \
wire/coverprofile.out > coverprofile.out
goveralls -coverprofile=coverprofile.out -service=github

0 comments on commit dc406b1

Please sign in to comment.