We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e2fb9 commit d0740a2Copy full SHA for d0740a2
1 file changed
.github/workflows/continuous-integration-server.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Run pytest
51
run: |
52
- ${HOME}/.poetry/bin/poetry run dotenv run pytest --cov=scopeserver --cov-branch --cov-fail-under=28.5 --doctest-modules --ignore-glob=**/alembic
+ ${HOME}/.poetry/bin/poetry run dotenv run pytest --cov=scopeserver --cov-branch --cov-fail-under=38.5 --doctest-modules --ignore-glob=**/alembic
53
working-directory: ${{ env.working-directory }}
54
55
- name: Run safety security checks
0 commit comments