Skip to content

Commit

Permalink
Create a coverage report as XML file.
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandMacDoland committed Oct 2, 2023
1 parent c36f97b commit d73b9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies = [
features = ["all"]

[tool.hatch.envs.default.scripts]
test = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=qadence --cov=tests --ignore=./tests/test_examples.py --ignore=./tests/test_notebooks.py {args}"
test = "pytest --cov-report=xml --cov-config=pyproject.toml --cov=qadence --cov=tests --ignore=./tests/test_examples.py --ignore=./tests/test_notebooks.py {args}"
test-examples = "pytest ./tests/test_examples.py {args}"
test-notebooks = "pytest ./tests/test_notebooks.py {args}"
no-cov = "cov --no-cov {args}"
Expand Down

0 comments on commit d73b9a1

Please sign in to comment.