Skip to content

Commit 4ec1b4e

Browse files
committed
Missed a line in CI script
1 parent 43d9894 commit 4ec1b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/test-backend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ "${1:-}" = "--inside-docker" ]; then
4343
echo -e "${BLUE}${CYAN}Testing backend code${RESET}"
4444
cd /app/backend
4545
[ -z "$(go tool fix -diff ./internal)" ]
46-
go test -json -cover -coverprofile="$DIR/../../coverage.out" ./internal/... | tparse
46+
go test -json -cover -coverprofile="/tmp/coverage.out" ./internal/... | tparse
4747
mkdir "$DIR/../../backend-coverage"
4848
go tool cover -html="/tmp/coverage.out" -o "$DIR/../../backend-coverage/index.html"
4949
rm -f "/tmp/coverage.out"

0 commit comments

Comments
 (0)