Skip to content

Commit ffbd66e

Browse files
author
Sebastiano Merlino
committed
Solving path of coveralls scripts
1 parent 6e820ab commit ffbd66e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
- make
2424
- make check
2525
after_success:
26-
- if [ $DEBUG = "debug" ]; then ./ci-report-coverage; fi
26+
- if [ $DEBUG = "debug" ]; then ../ci-report-coverage; fi
2727
matrix:
2828
exclude:
2929
- compiler: clang

ci-report-coverage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ gcovr -r .
77

88
coveralls $EXCLUDE_COVERAGE --gcov-options '\-lp' --dump coveralls.json
99

10-
./coveralls-debug
10+
../coveralls-debug
1111

1212
coveralls $EXCLUDE_COVERAGE --gcov-options '\-lp'

0 commit comments

Comments
 (0)