Skip to content

Commit

Permalink
CI: Enable coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Feb 20, 2018
1 parent f874758 commit 1a9f04d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@ universal = 1
[flake8]
ignore=E501

[nosetests]
ckan=1
with-xunit=1
with-coverage=1
cover-package=ckanext.ngsiview
cover-inclusive=1
cover-erase=1
cover-xml=1

[pep8]
ignore=E501

0 comments on commit 1a9f04d

Please sign in to comment.