Skip to content

Commit

Permalink
CICD: upload unit tests coverage to codecov (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
hey-hoho authored Aug 19, 2021
1 parent 78cccf7 commit 94088f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ upload-coverage:
ifeq ("$(TRAVIS_COVERAGE)", "1")
mv overalls.coverprofile coverage.txt
bash <(curl -s https://codecov.io/bash)
else
@echo "uploading coverage."
bash <(curl -s https://codecov.io/bash) -t 32a48ff2-1d45-4b49-920d-1a89ed29174a
endif

gotest: failpoint-enable
Expand Down

0 comments on commit 94088f1

Please sign in to comment.