Skip to content

Commit b1b988f

Browse files
committed
Restrict code coverage to package, second attempt
1 parent fcacb16 commit b1b988f

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 --source pygccxml unittests/test_all.py
25+
- coverage run --source . unittests/test_all.py
2626

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

0 commit comments

Comments
 (0)