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

Run coveralls step after success

This commit is contained in:
Oliver Walters
2019-04-24 15:32:50 +10:00
parent 4e7e2b7295
commit fa46f14f5d
3 changed files with 9 additions and 2 deletions

View File

@ -15,3 +15,6 @@ before_install:
script:
- make test
- make style
after-success:
- coveralls