2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Improved makefile

- Separate make for coverage of testing
- the 'test' option needs some work (have to pass all app names for some reason)
This commit is contained in:
Oliver Walters
2019-04-25 03:12:41 +10:00
parent e6617fef80
commit b45b63545e
2 changed files with 7 additions and 6 deletions

View File

@ -13,7 +13,7 @@ before_install:
- make setup_ci
script:
- make test
- make coverage
- make style
after_success: