mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
ignore code coverage outputs
Added code coverage outputs genereated by coverage.py to .gitignore . To generate code coverage report, run this command: coverage run tests/runtests.py To produce HTML coverage repot (`htmlcov/index.html`): coverage html --omit=tests/* To produce Cobertura compliant XML for Jenkins: coverage xml --omit=tests/*
This commit is contained in:
parent
d2ccea1991
commit
58a44cb100
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -22,3 +22,8 @@ share/
|
|||
|
||||
# setuptools stuff
|
||||
*.egg-info
|
||||
|
||||
# code coverage outputs genereated by coverage.py
|
||||
.coverage
|
||||
coverage.xml
|
||||
htmlcov/
|
||||
|
|
Loading…
Add table
Reference in a new issue