Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Apr 11, 2022
1 parent a990220 commit 754ff02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_IAM_ROLE_ARN }}
role-duration-seconds: 1200
- name: Run tests
run: poetry run coverage run -m pytest --durations=0 --durations-min=0.1
run: .venv/bin/coverage run -m pytest --durations=0 --durations-min=0.1
timeout-minutes: 5
env:
AWS_IAM_ACCESS_KEY_FASTENV: ${{ secrets.AWS_IAM_ACCESS_KEY_FASTENV }}
Expand All @@ -86,7 +86,7 @@ jobs:
BACKBLAZE_B2_BUCKET_REGION: ${{ secrets.BACKBLAZE_B2_BUCKET_REGION }}
BACKBLAZE_B2_SECRET_KEY_FASTENV: ${{ secrets.BACKBLAZE_B2_SECRET_KEY_FASTENV }}
- name: Enforce test coverage
run: poetry run coverage report --fail-under=100 --show-missing
run: .venv/bin/coverage report --fail-under=100 --show-missing
- name: Build Python package with latest stable Python version and publish to PyPI
if: >
env.PYPI_PUBLISH == 'true' &&
Expand Down

0 comments on commit 754ff02

Please sign in to comment.