Skip to content
Snippets Groups Projects
Unverified Commit a68082f7 authored by Ankit R Gadiya's avatar Ankit R Gadiya
Browse files

feat: added Codecov upload of coverage output

parent 67a7de51
No related branches found
No related tags found
No related merge requests found
...@@ -8,5 +8,8 @@ env: ...@@ -8,5 +8,8 @@ env:
- GO111MODULE=on - GO111MODULE=on
script: script:
- go test ./... -v -coverprofile=cov.out - go test ./... -v -coverprofile=coverage.txt -covermode=atomic
- go tool cover -func=cov.out - go tool cover -func=coverage.txt
after_success:
- bash <(curl -s https://codecov.io/bash)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment