Skip to content

Commit

Permalink
coverde
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Nov 3, 2024
1 parent 70d5a14 commit 74072de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ jobs:
arch: x86_64
emulator-boot-timeout: 1800 # 30 minutes
script: cd example && flutter test integration_test -r expanded --timeout=none --coverage
- name: "Install coverde"
run: dart pub global activate coverde
- name: "Prepare coverage data"
run: coverde value -i example/coverage/lcov.info > coverage/result.txt
- name: "Run Codecov"
uses: codecov/codecov-action@v4
if: ${{ matrix.api-level == '34' }}
Expand Down

0 comments on commit 74072de

Please sign in to comment.