Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configuring for buildout-recipe
Browse files Browse the repository at this point in the history
icemac committed Jan 17, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a47be47 commit d6fed3a
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .meta.toml
Original file line number Diff line number Diff line change
@@ -18,12 +18,12 @@ fail-under = 79
[coverage-run]
additional-config = [
"data_file = $COVERAGE_HOME.coverage",
"omit = */__main__.py",
"omit = ['*/__main__.py']",
]

[tox]
coverage-setenv = [
"COVERAGE_PROCESS_START={toxinidir}/.coveragerc",
"COVERAGE_PROCESS_START={toxinidir}/pyproject.toml",
"COVERAGE_HOME={toxinidir}/",
]
use-flake8 = true
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ branch = true
source = ["zdaemon"]
parallel = true
data_file = "$COVERAGE_HOME.coverage"
omit = ["*/__main__.py"]
omit = "['*/__main__.py']"

[tool.coverage.report]
fail_under = 79

0 comments on commit d6fed3a

Please sign in to comment.