Skip to content

Commit

Permalink
ci: Upload coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Pepe committed Feb 20, 2024
1 parent 92d75bc commit 83df823
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ jobs:
- run: dart format --set-exit-if-changed .
- run: dart run build_runner build --delete-conflicting-outputs # Generate mocks
- run: flutter analyze .
- run: flutter test --test-randomize-ordering-seed=random
- run: flutter test --test-randomize-ordering-seed=random --coverage

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: chill-chinese/stroke-order-animator

- name: Save Dart cache
uses: actions/cache/save@v3
Expand Down

0 comments on commit 83df823

Please sign in to comment.