We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f5e8a commit 084a6d9Copy full SHA for 084a6d9
.travis.yml
@@ -35,4 +35,4 @@ script:
35
- ./Build install verbose=1
36
after_success:
37
- find -name *.gcda -type f -exec gcov-4.8 -abc -o `basename {}` {} \;
38
- - cover -gcov -report coveralls -ignore_re "^/usr"
+ - cover -gcov -report coveralls -ignore_re "^/usr" -ignore_re "^libsass"
0 commit comments