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 9ce769a commit 4f91d7aCopy full SHA for 4f91d7a
ci/test.sh
@@ -31,7 +31,7 @@ mkdir -p ci/out/websocket
31
sed -i.bak '/_stringer.go/d' ci/out/coverage.prof
32
sed -i.bak '/wsjstest/d' ci/out/coverage.prof
33
sed -i.bak '/wsecho/d' ci/out/coverage.prof
34
-rm coverage.prof.bak
+rm ci/out/coverage.prof.bak
35
36
go tool cover -html=ci/out/coverage.prof -o=ci/out/coverage.html
37
if [[ ${CI-} ]]; then
0 commit comments