Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit b1bdf7e

Browse files
committed
Reduce required coverage threshold
The generated code tests do not cover all code paths after all...
1 parent 7ffa79d commit b1bdf7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# ----------------------------------------------------------------------------
4444
# Add templated files
4545
# ----------------------------------------------------------------------------
46-
templated_files = common.py_library(microgenerator=True, samples=True)
46+
templated_files = common.py_library(microgenerator=True, samples=True, cov_level=99)
4747
s.move(templated_files, excludes=[".coveragerc"])
4848

4949
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)