Browse Source

travis-ci add codecov.io (#69)

master
Daniel Agar 7 years ago committed by GitHub
parent
commit
abc8f82d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .travis.yml

1
.travis.yml

@ -38,4 +38,5 @@ script: @@ -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

Loading…
Cancel
Save