Skip to content

Commit e6ce29c

Browse files
chore(ci): enforce 95% code coverage threshold (#57)
* Initial plan * Add 95% code coverage threshold to CI test job Co-authored-by: deviantintegral <255023+deviantintegral@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: deviantintegral <255023+deviantintegral@users.noreply.github.com>
1 parent b625cc0 commit e6ce29c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Type check
2525
run: uv run mypy src/
2626
- name: Test
27-
run: uv run pytest --cov=flameconnect --cov-report=term-missing --tb=short
27+
run: uv run pytest --cov=flameconnect --cov-report=term-missing --tb=short --cov-fail-under=95
2828
- name: Mutation test
2929
run: uv run mutmut run --max-children 4

0 commit comments

Comments
 (0)