Skip to content

Commit

Permalink
v9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Feb 28, 2024
1 parent b46de35 commit 961f8e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Run pre-commit hooks
run: pre-commit run --all-files --hook-stage push

validate_migrations:
name: Validate migrations
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
name: coverage-data

- name: Combine coverage and fail if it's <100%
- name: Combine coverage and fail if it's too low
run: |
python -m coverage html --skip-covered --skip-empty
python -m coverage report --fail-under=96.52
python -m coverage html --skip-covered
python -m coverage report --fail-under=87.64

0 comments on commit 961f8e3

Please sign in to comment.