Skip to content

Commit

Permalink
Update test threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecyr committed May 24, 2024
1 parent e40ed40 commit 5603f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Test Coverage
run: |
poetry run coverage run -m pytest
poetry run coverage report --fail-under=90 --include="chatgpt_voice_assistant/*"
poetry run coverage report --fail-under=85 --include="chatgpt_voice_assistant/*"

0 comments on commit 5603f0a

Please sign in to comment.