Skip to content

Commit 58a0047

Browse files
committed
Collect test coverage results for collectors too
1 parent 1c0935b commit 58a0047

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
@@ -21,7 +21,7 @@ install:
2121

2222
# command to run tests, e.g. python setup.py test
2323
script:
24-
- coverage run --source=diamond test.py
24+
- coverage run --source=diamond,collectors test.py
2525
- pep8 --config=.pep8 src bin/diamond bin/diamond-setup build_doc.py setup.py test.py
2626

2727
after_success:

0 commit comments

Comments
 (0)