Skip to content

Commit

Permalink
🚀 chore: update code coverage threshold to 96% in GitHub Actions work…
Browse files Browse the repository at this point in the history
…flow file

Signed-off-by: Dmytro Turskyi <[email protected]>
  • Loading branch information
Turskyi committed Aug 7, 2024
1 parent 5539c2a commit c18cddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Very Good Coverage
uses: VeryGoodOpenSource/[email protected]
with:
min_coverage: 35
min_coverage: 96

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit c18cddc

Please sign in to comment.