mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Try Codecov. It has better GUI than Coveralls.
For now both are enabled.
This commit is contained in:
2
.codecov.yml
Normal file
2
.codecov.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
ignore:
|
||||
- /test/
|
||||
@@ -97,6 +97,7 @@ after_success:
|
||||
- export DUMMY_VAR=dummy-value $(cat .to_export_back)
|
||||
- |
|
||||
if [[ "$BUILD_TYPE" == "coverage" ]]; then
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
cd build/
|
||||
ls -l /usr/bin|grep gcov
|
||||
lcov --directory . --capture --output-file coverage.info --gcov-tool /usr/bin/gcov-4.8 || exit 1
|
||||
|
||||
Reference in New Issue
Block a user