mirror of
https://github.com/johndoe6345789/docker-swarm-termina.git
synced 2026-04-24 13:45:01 +00:00
Increase coverage threshold to 70%
With improved test coverage now at 72%, we can enforce a higher minimum threshold. This ensures code quality is maintained as the project evolves. https://claude.ai/code/session_016vkdrUjnsBU2KMifxnJfSn
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
- name: Check test coverage threshold
|
||||
working-directory: ./backend
|
||||
run: |
|
||||
coverage report --fail-under=50
|
||||
coverage report --fail-under=70
|
||||
|
||||
frontend-tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user