Skip to content

Commit 2d4ba4b

Browse files
committed
Ignore coverage for assert.go
1 parent c37930c commit 2d4ba4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/test.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ codecov: _gotest
1414
_gotest:
1515
echo "--- gotest" && go test -parallel=32 -coverprofile=ci/out/coverage.prof -coverpkg=./... ./...
1616
sed -i '/_stringer.go/d' ci/out/coverage.prof
17-
sed -i '/wsjstest/d' ci/out/coverage.prof
18-
sed -i '/wsecho/d' ci/out/coverage.prof
17+
sed -i '/wsjstest\/main.go/d' ci/out/coverage.prof
18+
sed -i '/wsecho.go/d' ci/out/coverage.prof
19+
sed -i '/assert.go/d' ci/out/coverage.prof
1920

2021
gotest-wasm: wsjstest
2122
echo "--- wsjstest" && ./ci/wasmtest.sh

0 commit comments

Comments
 (0)