We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26366b0 commit 35fce86Copy full SHA for 35fce86
.travis.yml
@@ -32,3 +32,8 @@ script:
32
33
after_success:
34
- bash <(curl -s https://codecov.io/bash)
35
+
36
+cache:
37
+ directories:
38
+ - $GOPATH/pkg/mod
39
+ - $HOME/.cache/go-build
codecov.yml
@@ -0,0 +1,8 @@
1
+coverage:
2
+ precision: 2
3
+ round: up
4
+ range: "50...90"
5
+ status:
6
+ project:
7
+ default:
8
+ threshold: 1
0 commit comments