Skip to content

Commit 2a00925

Browse files
committed
Add code cover call
1 parent 51e4821 commit 2a00925

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ matrix:
1313
fast_finish: true
1414

1515
script:
16-
- make test-coverage
16+
- make test-coverage
17+
18+
after_success:
19+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)