Skip to content

Commit 118b34b

Browse files
authored
Changed: Revert pyproject.toml
1 parent 5e5a794 commit 118b34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ dependencies = [
6464
]
6565

6666
[tool.hatch.envs.default.scripts]
67-
cov = "no-cov && coverage report --show-missing --omit='*/workflows/*' {args} --benchmark-autosave --benchmark-histogram=.benchmarks/histogram --benchmark-json .benchmarks/output.json --benchmark-calibration-precision 3"
68-
cov2 = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=bigtree {args} --benchmark-autosave --benchmark-histogram=.benchmarks/histogram --benchmark-json .benchmarks/output.json --benchmark-calibration-precision 3"
67+
cov = "no-cov && coverage report --show-missing --omit='*/workflows/*' {args} --benchmark-autosave --benchmark-histogram=.benchmarks/histogram --benchmark-json .benchmarks/output.json"
68+
cov2 = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=bigtree {args} --benchmark-autosave --benchmark-histogram=.benchmarks/histogram --benchmark-json .benchmarks/output.json"
6969
no-cov = "pytest . {args}"
7070
lint = "black -l 88 ."
7171
sort = "isort --profile black ."

0 commit comments

Comments
 (0)