mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Add genhtml step
This commit is contained in:
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
|
Reference in New Issue
Block a user