Skip to content

Commit

Permalink
Reinstate code coverage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
via-guy committed Jun 22, 2021
1 parent 7972cea commit 59c471f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: test
run: |
flutter test --coverage
flutter pub run remove_from_coverage -f coverage/lcov.info -r ".g.dart$" -r ".freezed.dart$"
- name: publish (dry-run)
run: |
Expand Down

0 comments on commit 59c471f

Please sign in to comment.