Skip to content

Commit

Permalink
Merge pull request #3 from owenrumney/add-code-cov-check
Browse files Browse the repository at this point in the history
add code coverage check
  • Loading branch information
owenrumney authored Nov 16, 2020
2 parents 6488a01 + d81b0e8 commit d99c680
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 ./sarif/... -coverprofile coverage.txt ./...

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

0 comments on commit d99c680

Please sign in to comment.