diff --git a/pyproject.toml b/pyproject.toml index 848aba00b..95ed0ec47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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}"