mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
always export
This commit is contained in:
parent
7d70e49156
commit
cdbfda94c7
2
tasks.py
2
tasks.py
@ -865,7 +865,7 @@ def test(
|
||||
# Run tests within coverage environment, and generate report
|
||||
c.run(f'coverage run {managePyPath()} {cmd}')
|
||||
c.run('coverage html -i')
|
||||
c.run('coverage xml')
|
||||
c.run('coverage xml -i')
|
||||
else:
|
||||
# Run simple test runner, without coverage
|
||||
manage(c, cmd, pty=pty)
|
||||
|
Loading…
Reference in New Issue
Block a user