We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218932c commit ec8c94dCopy full SHA for ec8c94d
.travis.yml
@@ -9,7 +9,7 @@ before_install:
9
- pip install --user codecov
10
11
script:
12
- - go test -coverprofile=coverage.txt -covermode=atomic .
+ - go test -coverprofile=coverage.txt -covermode=atomic ./...
13
14
after_success:
15
- codecov
0 commit comments