Skip to content

Commit f8d2358

Browse files
committed
Disable combining of coverage files for the moment, this is broken
1 parent b902693 commit f8d2358

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
@@ -31,7 +31,7 @@ script:
3131
# Run the tests with coverage
3232
- coverage run unittests/test_all.py
3333
# Combine multiple .coverage files (we have multiple files because some scripts were run in a subprocess).
34-
- coverage combine
34+
# - coverage combine
3535

3636
after_success:
3737
# Send coverage result to https://coveralls.io/r/gccxml/pygccxml

0 commit comments

Comments
 (0)