2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Add script to find and test all un-touched .dart files

This commit is contained in:
Oliver Walters
2022-05-21 20:03:48 +10:00
parent b18dd92079
commit 6b0fd2a708
3 changed files with 39 additions and 0 deletions

View File

@ -38,6 +38,7 @@ jobs:
- name: Run Unit Tests
run: |
cp lib/dummy_dsn.dart lib/dsn.dart
python3 find_dart_files.py
flutter pub get
flutter analyze
flutter test --coverage