Skip to content

Commit

Permalink
change the coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
owenrumney-f3 committed Nov 16, 2020
1 parent d99c680 commit fa6a649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
- GO111MODULE=on
script:
- go vet ./...
- go test -v -covermode=atomic -coverpkg ./sarif/... -coverprofile coverage.txt ./...
- go test -v -covermode=atomic -coverpkg ./... -coverprofile coverage.txt ./...

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit fa6a649

Please sign in to comment.