Skip to content

Commit

Permalink
Remove assert coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nhooyr committed Dec 6, 2019
1 parent 8129f7f commit 5c23d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ coveralls: gotest

gotest:
go test -covermode=count -coverprofile=ci/out/coverage.prof -coverpkg=./... $${GOTESTFLAGS-} ./...
sed -i '/_stringer\.go/d' ci/out/coverage.prof
sed -i '/internal\/assert/d' ci/out/coverage.prof

0 comments on commit 5c23d74

Please sign in to comment.