@@ -12,4 +12,7 @@ test:
cover:
go test -v -coverprofile=coverage.txt -covermode=count ./appstore
go test -v -coverprofile=playstore.txt -covermode=count ./playstore
cat playstore.txt | grep -v "mode: count" >> coverage.txt
rm playstore.txt
The note is not visible to the blocked user.