We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de8b9b commit 2261c15Copy full SHA for 2261c15
.github/workflows/flutter.yml
@@ -103,6 +103,7 @@ jobs:
103
run: |
104
cd flutter
105
flutter test --coverage --test-randomize-ordering-seed=random
106
+ dart run remove_from_coverage -f coverage/lcov.info -r 'binding.dart'
107
108
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@v3
109
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
flutter/pubspec.yaml
@@ -28,6 +28,7 @@ dev_dependencies:
28
yaml: ^3.1.0 # needed for version match (code and pubspec)
29
flutter_lints: ^2.0.0
30
collection: ^1.16.0
31
+ remove_from_coverage: ^2.0.0
32
33
flutter:
34
plugin:
0 commit comments