Skip to content

Commit

Permalink
chore(frontend-python): requires 99% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rudy-6-4 committed May 3, 2024
1 parent fe2682a commit b030148
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 @@ -71,7 +71,7 @@ pytest-multi:
--precision=multi \
--strategy=multi \
--cov=concrete.fhe \
--cov-fail-under=95 \
--cov-fail-under=99 \
--cov-report=term-missing:skip-covered \
--key-cache "${KEY_CACHE_DIRECTORY}" \
-m "${PYTEST_MARKERS}"
Expand Down

0 comments on commit b030148

Please sign in to comment.