Skip to content

Commit

Permalink
Merge pull request #36 from finn/feature/coverage_xml
Browse files Browse the repository at this point in the history
Generate XML coverage report for Quality Gate
  • Loading branch information
oyvindio authored and GitHub Enterprise committed Jul 13, 2017
2 parents 5c68898 + 699be94 commit 6016bfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ test=pytest
[coverage:html]
directory=build/reports/coverage

[coverage:xml]
output=build/reports/coverage.xml

[flake8]
max-line-length=140
max-complexity=10
Expand Down

0 comments on commit 6016bfc

Please sign in to comment.