diff --git a/.github/workflows/pinball_theme.yaml b/.github/workflows/pinball_theme.yaml index f6fa14aa..83206de5 100644 --- a/.github/workflows/pinball_theme.yaml +++ b/.github/workflows/pinball_theme.yaml @@ -15,4 +15,5 @@ jobs: build: uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1 with: - working_directory: packages/pinball_theme \ No newline at end of file + working_directory: packages/pinball_theme + coverage_excludes: "lib/src/generated/*.dart" \ No newline at end of file