diff --git a/.github/workflows/test.sh b/.github/workflows/test.sh index 114940b1..e17aa713 100755 --- a/.github/workflows/test.sh +++ b/.github/workflows/test.sh @@ -12,13 +12,12 @@ fi echo "2. Running test" make test TEST_STATUS=$? -echo "TEST_STATUS: ${TEST_STATUS}" if [ -z $CC_TEST_REPORTER_ID ]; then echo "3. CC_TEST_REPORTER_ID is unset, skipping" else echo "3. Running after-build" - ./cc-test-reporter after-build --exit-code $TEST_STATUS -t gocov + ./cc-test-reporter after-build --exit-code $TEST_STATUS -t gocov --prefix $(basename $(go list -m)) fi if [ "$TEST_STATUS" -ne 0 ]; then