We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e820ab commit ffbd66eCopy full SHA for ffbd66e
.travis.yml
@@ -23,7 +23,7 @@ script:
23
- make
24
- make check
25
after_success:
26
- - if [ $DEBUG = "debug" ]; then ./ci-report-coverage; fi
+ - if [ $DEBUG = "debug" ]; then ../ci-report-coverage; fi
27
matrix:
28
exclude:
29
- compiler: clang
ci-report-coverage
@@ -7,6 +7,6 @@ gcovr -r .
7
8
coveralls $EXCLUDE_COVERAGE --gcov-options '\-lp' --dump coveralls.json
9
10
-./coveralls-debug
+../coveralls-debug
11
12
coveralls $EXCLUDE_COVERAGE --gcov-options '\-lp'
0 commit comments