mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add genhtml step
This commit is contained in:
parent
237a7da54a
commit
6ef95499b7
4 changed files with 80 additions and 87 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue