diff --git a/codemagic.yaml b/codemagic.yaml index ed7874d..4d4107b 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -1,5 +1,6 @@ workflows: definitions: + name: Continuous Integration environment: flutter: stable xcode: latest @@ -53,7 +54,7 @@ workflows: script: flutter build appbundle --release --flavor production -t lib/main_production.dart test: - name: Test + name: Test and generate coverage max_build_duration: 30 instance_type: linux_x2 scripts: