Update main.yml

This commit is contained in:
Salvatore Giordano
2020-10-05 11:18:02 +02:00
committed by GitHub
parent 12c3258198
commit c20371cd16
+1 -1
View File
@@ -61,7 +61,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