Skip to content

Commit

Permalink
Test: Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryNguyen5 committed Apr 27, 2024
1 parent 5836fd6 commit 9d1504a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/bin/go_core_tests
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ if [[ $EXITCODE != 0 ]]; then
else
echo "All tests passed!"
# uploading coverage.txt to CodeCov
$(dirname "$0")/codecov -f coverage.txt
echo "Uploaded coverage to CodeCov"
# $(dirname "$0")/codecov -f coverage.txt
# echo "Uploaded coverage to CodeCov"
fi
echo "go_core_tests.sh exiting with code $EXITCODE"
exit $EXITCODE

0 comments on commit 9d1504a

Please sign in to comment.