We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e4821 commit 2a00925Copy full SHA for 2a00925
1 file changed
.travis.yml
@@ -13,4 +13,7 @@ matrix:
13
fast_finish: true
14
15
script:
16
- - make test-coverage
+ - make test-coverage
17
+
18
+after_success:
19
+ - bash <(curl -s https://codecov.io/bash)
0 commit comments