Update main.yml

This commit is contained in:
Salvatore Giordano
2020-10-05 11:17:38 +02:00
committed by GitHub
parent f81013dd9b
commit 12c3258198
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
cd example
flutter pub get
- name: Coverage fix
run: |
run: |
file=test/coverage_helper_test.dart
echo "// Helper file to make coverage work for all dart files\n" > $file
echo "// ignore_for_file: unused_import" >> $file