Skip to content

Commit 7c79eef

Browse files
author
Sebastiano Merlino
committed
Changed root directory for code coverage checks
1 parent 4f89a84 commit 7c79eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ script:
2828
# - make check
2929
# - cd ..
3030
after_success:
31-
- coveralls --exclude lib --exclude tests --gcov-options '\-lp'
31+
- coveralls --build-root src/ --exclude lib --exclude tests --gcov-options '\-lp'

0 commit comments

Comments
 (0)