Like this: ``` FAIL github.com/gin-gonic/gin [build failed] ```
@ -19,6 +19,9 @@ test:
if grep -q "^--- FAIL" tmp.out; then \
rm tmp.out; \
exit 1; \
elif grep -q "build failed" tmp.out; then \
exit; \
fi; \
if [ -f profile.out ]; then \
cat profile.out | grep -v "mode:" >> coverage.out; \
The note is not visible to the blocked user.