Skip to content

Commit 084a6d9

Browse files
committed
Reduces code coverage to our code only
Remove libsass coverage as it has it's own now!
1 parent f2f5e8a commit 084a6d9

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
@@ -35,4 +35,4 @@ script:
3535
- ./Build install verbose=1
3636
after_success:
3737
- find -name *.gcda -type f -exec gcov-4.8 -abc -o `basename {}` {} \;
38-
- cover -gcov -report coveralls -ignore_re "^/usr"
38+
- cover -gcov -report coveralls -ignore_re "^/usr" -ignore_re "^libsass"

0 commit comments

Comments
 (0)