Skip to content

Commit fcacb16

Browse files
committed
Restrict code coverage to the package itself.
1 parent 307b3c4 commit fcacb16

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
@@ -22,7 +22,7 @@ script:
2222
# Install pygccxml
2323
- python setup.py install
2424
# Run the tests with coverage
25-
- coverage run unittests/test_all.py
25+
- coverage run --source pygccxml unittests/test_all.py
2626

2727
after_success:
2828
# Send coverage result to https://coveralls.io/r/gccxml/pygccxml

0 commit comments

Comments
 (0)