Skip to content

Commit b17ec99

Browse files
ajsecordwilllarche
authored andcommitted
Add uploading of testing code coverage results to codecov.io (#1114)
This won't do anything yet, but once we start emitting code coverage files it will.
1 parent 1d60eff commit b17ec99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ script:
2323
- scripts/release/manage_pods.py install
2424
- scripts/build_all
2525
- scripts/test_all
26+
after_success:
27+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)