good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 2d4ba4bc authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Ignore coverage for assert.go

parent c37930cc
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,9 @@ codecov: _gotest
_gotest:
echo "--- gotest" && go test -parallel=32 -coverprofile=ci/out/coverage.prof -coverpkg=./... ./...
sed -i '/_stringer.go/d' ci/out/coverage.prof
sed -i '/wsjstest/d' ci/out/coverage.prof
sed -i '/wsecho/d' ci/out/coverage.prof
sed -i '/wsjstest\/main.go/d' ci/out/coverage.prof
sed -i '/wsecho.go/d' ci/out/coverage.prof
sed -i '/assert.go/d' ci/out/coverage.prof
gotest-wasm: wsjstest
echo "--- wsjstest" && ./ci/wasmtest.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment