diff options
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8b906c6..87759c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -180,7 +180,7 @@ omit = [ ] [tool.coverage.paths] -hatchtest = ["wikiget"] +wikiget = ["wikiget"] tests = ["test"] [tool.coverage.report] |
