Skip to content

Commit 5cde68a

Browse files
committed
Omit pep8.py file for coverage.
Add coveragerc file
1 parent b1b988f commit 5cde68a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[report]
2+
omit =
3+
*/pep8.py/*

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

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

0 commit comments

Comments
 (0)