travis-ci add codecov.io (#69)

This commit is contained in:
Daniel Agar
2018-06-09 21:08:56 -04:00
committed by GitHub
parent 21d47424c6
commit abc8f82d49
+1
View File
@@ -38,4 +38,5 @@ script:
after_success:
- if [ "${CMAKE_BUILD_TYPE}" = "Coverage" ]; then cpp-coveralls -i matrix; fi
- if [ "${CMAKE_BUILD_TYPE}" = "Coverage" ]; then bash <(curl -s https://codecov.io/bash) -F matrix_tests; fi