Skip to content

Commit

Permalink
fix(frontend-python): min coverage to 98.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rudy-6-4 committed Aug 1, 2024
1 parent eccc3f1 commit dd7c05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/concrete-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pytest-default:
eval $(shell make silent_cp_activate)
pytest tests -svv -n auto \
--cov=concrete.fhe \
--cov-fail-under=95 \
--cov-fail-under=98.9 \
--cov-report=term-missing:skip-covered \
--key-cache "${KEY_CACHE_DIRECTORY}" \
-m "${PYTEST_MARKERS}"
Expand Down

0 comments on commit dd7c05f

Please sign in to comment.