Skip to content

Commit

Permalink
Decrease coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
spinosaphb committed May 22, 2024
1 parent ff5fa16 commit bfbd54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
set -euxo pipefail
source env/bin/activate
python3 -m pytest --cov-fail-under=94 --cov=fklearn tests/
python3 -m pytest --cov-fail-under=93 --cov=fklearn tests/
build-docs:
needs: [linter, test-suite]
Expand Down

0 comments on commit bfbd54c

Please sign in to comment.