Skip to content

Commit

Permalink
Adding the right coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
nikunjy committed May 3, 2019
1 parent 68e33d8 commit 74a0b59
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 @@ -10,6 +10,6 @@ install:
- make dependencies
script:
- make test
- go test -race -coverprofile=coverage.txt -covermode=atomic
- go test github.com/nikunjy/rules/parser -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 74a0b59

Please sign in to comment.