Skip to content

Commit d0740a2

Browse files
committed
Increase required test coverage
1 parent f3e2fb9 commit d0740a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Run pytest
5151
run: |
52-
${HOME}/.poetry/bin/poetry run dotenv run pytest --cov=scopeserver --cov-branch --cov-fail-under=28.5 --doctest-modules --ignore-glob=**/alembic
52+
${HOME}/.poetry/bin/poetry run dotenv run pytest --cov=scopeserver --cov-branch --cov-fail-under=38.5 --doctest-modules --ignore-glob=**/alembic
5353
working-directory: ${{ env.working-directory }}
5454

5555
- name: Run safety security checks

0 commit comments

Comments
 (0)