diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 2088c4e..12ca2d6 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 08a244d +_commit: 222d96b _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cppjswasm diff --git a/pyproject.toml b/pyproject.toml index 68a72f5..5818d71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,6 +106,7 @@ branch = true omit = [ "python_template_cppjswasm/tests/integration/", ] + [tool.coverage.report] exclude_also = [ "raise NotImplementedError",