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 43d9894 commit 4ec1b4eCopy full SHA for 4ec1b4e
scripts/ci/test-backend
@@ -43,7 +43,7 @@ if [ "${1:-}" = "--inside-docker" ]; then
43
echo -e "${BLUE}❯ ${CYAN}Testing backend code${RESET}"
44
cd /app/backend
45
[ -z "$(go tool fix -diff ./internal)" ]
46
- go test -json -cover -coverprofile="$DIR/../../coverage.out" ./internal/... | tparse
+ go test -json -cover -coverprofile="/tmp/coverage.out" ./internal/... | tparse
47
mkdir "$DIR/../../backend-coverage"
48
go tool cover -html="/tmp/coverage.out" -o "$DIR/../../backend-coverage/index.html"
49
rm -f "/tmp/coverage.out"
0 commit comments