From eb04a6734d3e265cf3f6e9a1615b15894be49984 Mon Sep 17 00:00:00 2001 From: Allison Ryan Date: Tue, 8 Mar 2022 10:40:31 -0600 Subject: [PATCH] fix: ignore generated asset coverage --- .github/workflows/pinball_theme.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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