Skip to content

Commit 78653c0

Browse files
committed
ci(github-actions): update code coverage to 0
- Modify the minimum code coverage requirement in the GitHub Actions workflow - Change the value of 'min_coverage' from 90 to 0
1 parent 192d698 commit 78653c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
build:
1717
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
1818
with:
19-
min_coverage: 90
19+
min_coverage: 0

0 commit comments

Comments
 (0)