Skip to content

Commit

Permalink
chore: add codacy coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
auula committed Sep 10, 2023
1 parent 6e6bd9d commit 5f8845a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ elif [ "$case_num" -eq 3 ]; then
echo "Testing server package"
elif [ "$case_num" -eq 4 ]; then
cd cmd && go test -c -race -coverprofile=coverage.out -covermode=atomic -v
./cmd.test
else
echo "Invalid option. Please provide a valid option (1, 2, or 3)."
fi

0 comments on commit 5f8845a

Please sign in to comment.