We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fd64a commit 666707dCopy full SHA for 666707d
pyproject.toml
@@ -48,6 +48,13 @@ include = ["*"] # package names should match these glob patterns (["*"] by defa
48
exclude = [] # exclude packages matching these glob patterns (empty by default)
49
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
50
51
+[tool.coverage.run]
52
+omit = [
53
+ "*/tests/*",
54
+ "*/examples_copy*/*",
55
+ "*/__pycache__/*",
56
+]
57
+
58
[project.scripts]
59
cmi = "diffpy.cmi.cli:main"
60
0 commit comments