diff --git a/.github/workflows/coverage_base.yml b/.github/workflows/coverage_base.yml index e0af55979..95123ead4 100644 --- a/.github/workflows/coverage_base.yml +++ b/.github/workflows/coverage_base.yml @@ -20,12 +20,13 @@ on: jobs: generate: runs-on: ubuntu-latest + env: + TEST_PRESET: all steps: - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: cache: true - channel: stable - run: | chmod +x ./scripts/prepare_pinning_certs.sh ./scripts/prepare_pinning_certs.sh diff --git a/melos.yaml b/melos.yaml index f658ee876..090e96ee8 100644 --- a/melos.yaml +++ b/melos.yaml @@ -118,6 +118,9 @@ scripts: cd example_flutter_app flutter build apk --debug + coverage:clean: + name: Clear coverage + exec: rm -rf coverage coverage:format: name: Format coverage run: |