mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 12:47:35 +08:00
travis-ci add codecov.io (#69)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user