Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 7b3da9b

Browse files
committed
ci: update coverage and add push trigger
- Lowered min coverage to 90 - Added push trigger on main
1 parent 5ef68c2 commit 7b3da9b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ht_headlines_repository.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
pull_request:
99
branches:
1010
- main
11+
push:
12+
branches:
13+
- main
1114

1215
jobs:
1316
build:
1417
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
1518
with:
1619
dart_sdk: 3.7.0
17-
min_coverage: 100
18-
coverage_excludes: "*.g.dart"
20+
min_coverage: 90

0 commit comments

Comments
 (0)