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

Commit

Permalink
Reduce required coverage threshold
Browse files Browse the repository at this point in the history
The generated code tests do not cover all code paths after all...
  • Loading branch information
plamut committed Sep 17, 2020
1 parent 7ffa79d commit b1bdf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# ----------------------------------------------------------------------------
# Add templated files
# ----------------------------------------------------------------------------
templated_files = common.py_library(microgenerator=True, samples=True)
templated_files = common.py_library(microgenerator=True, samples=True, cov_level=99)
s.move(templated_files, excludes=[".coveragerc"])

# ----------------------------------------------------------------------------
Expand Down

0 comments on commit b1bdf7e

Please sign in to comment.