2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-14 19:25:27 +00:00

Add genhtml step

This commit is contained in:
Oliver Walters
2022-05-21 19:27:44 +10:00
parent 237a7da54a
commit 6ef95499b7
4 changed files with 80 additions and 87 deletions

View File

@ -40,6 +40,8 @@ jobs:
- run: flutter analyze
- name: Run Unit Tests
run: |
apt-get install lcov
pip install -Ur requirements.txt
flutter test --coverage
genhtml coverage/lcov.info -o coverage/html
coveralls