mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add coveralls step
This commit is contained in:
parent
fe3c298f86
commit
96ae1be3ec
2 changed files with 6 additions and 7 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
|
@ -35,4 +35,7 @@ jobs:
|
|||
- run: flutter pub get
|
||||
- run: cp lib/dummy_dsn.dart lib/dsn.dart
|
||||
- run: flutter analyze
|
||||
- run: flutter test --coverage
|
||||
- name: Run Unit Tests
|
||||
run: |
|
||||
flutter test --coverage
|
||||
coveralls
|
||||
Loading…
Add table
Add a link
Reference in a new issue