We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37930c commit 2d4ba4bCopy full SHA for 2d4ba4b
ci/test.mk
@@ -14,8 +14,9 @@ codecov: _gotest
14
_gotest:
15
echo "--- gotest" && go test -parallel=32 -coverprofile=ci/out/coverage.prof -coverpkg=./... ./...
16
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
+ sed -i '/wsjstest\/main.go/d' ci/out/coverage.prof
+ sed -i '/wsecho.go/d' ci/out/coverage.prof
19
+ sed -i '/assert.go/d' ci/out/coverage.prof
20
21
gotest-wasm: wsjstest
22
echo "--- wsjstest" && ./ci/wasmtest.sh
0 commit comments