Skip to content

Commit

Permalink
update lower threshold for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mcquenji committed Oct 19, 2024
1 parent bdf56ad commit ccb2551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
uses: whynotmake-it/dart-coverage-assistant@v1.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
lower_threshold: 20
lower_threshold: 60
upper_threshold: 90
compare_against_base: false

0 comments on commit ccb2551

Please sign in to comment.