Attempt to add Code Coverage report (Take 5)
This should be interesting...pull/432/head
parent
ea3ea9deb5
commit
0885ce2bcc
|
|
@ -45,7 +45,7 @@ script:
|
||||||
- make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all
|
- make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- if [[ ( ("$BUILD_MODE" = "coverage") && ("$CC" = "gcc") ) ]]; then bash <(curl -s https://codecov.io/bash); fi;
|
- if [[ ( ("$BUILD_MODE" = "coverage") && ("$CC" = "gcc") ) ]]; then CODECOV_TOKEN="5c7bc59c-e95f-4594-82c3-33e7a1942592" bash <(curl -s https://codecov.io/bash); fi;
|
||||||
|
|
||||||
# whitelist branches to avoid testing feature branches twice
|
# whitelist branches to avoid testing feature branches twice
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue