We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d192478 commit 2ec7035Copy full SHA for 2ec7035
1 file changed
pyproject.toml
@@ -23,12 +23,11 @@ skip-magic-trailing-comma = true
23
core = "sysmon"
24
disable_warnings = ["no-sysmon"]
25
26
-# Omit files outside the current working directory.
27
-# Note: this means coverage must be run from the openfermion repo root.
28
-# Failure to do so will result in false positives.
+# Omit some paths. Note: this means coverage must be run from the OpenFermion
+# repo root. Failure to do so will result in false positives.
29
omit = [
30
- "./profiling/performance_benchmarks.py",
31
- "./dev_tools/*",
+ "./git/*",
+ "./github/*",
32
]
33
34
[tool.pytest.ini_options]
0 commit comments