Skip to content

Commit

Permalink
Testing coverage exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Apr 25, 2020
1 parent 8c1a546 commit 814fdc0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ before_script:

# Run scripts in parallel
script:
- golint
- go vet
- go test -v ./...
- go test -race -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)
# - golint
# - go vet
# - go test -v ./...

0 comments on commit 814fdc0

Please sign in to comment.