2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00

test everything

This commit is contained in:
Matthias Mair
2022-05-19 06:54:24 +02:00
committed by GitHub
parent 113a10eb8a
commit b55c76d8ef

View File

@ -290,9 +290,8 @@ def coverage(c):
manage(c, 'check')
# Run coverage tests
c.run('coverage run {manage} test {apps}'.format(
manage=managePyPath(),
apps=' '.join(apps())
c.run('coverage run {manage} test'.format(
manage=managePyPath()
))
# Generate coverage report