We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d35fd9 commit 35cf2ecCopy full SHA for 35cf2ec
.codecov.yml
@@ -0,0 +1,9 @@
1
+
2
+# Documentation: https://github.com/codecov/support/wiki/codecov.yml
3
+# Validate with: curl --data-binary @.codecov.yml https://codecov.io/validate
4
5
+codecov:
6
+ notify:
7
+ require_ci_to_pass: no
8
9
+comment: false
.travis.yml
@@ -0,0 +1,20 @@
+language: go
+go:
+ - 1.11.x
+ - 1.12.x
+ - tip
+env:
+- GO111MODULE=on
10
11
+notifications:
12
+ email: false
13
14
+install: true
15
16
+script:
17
+- make test
18
19
+after_success:
20
+- bash <(curl -s https://codecov.io/bash)
0 commit comments