test: fix silly error w copy paste
Some checks failed
gitea-physics/kalpa/pipeline/head There was a failure building this commit

This commit is contained in:
Deepak Mallubhotla 2025-02-21 17:38:36 -06:00
parent b3576dd75e
commit 0ef14f17f3
Signed by: deepak
GPG Key ID: BEBAEBF28083E022

View File

@ -35,7 +35,7 @@ kalpaa = "kalpaa.stages:main"
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--junitxml pytest.xml --cov deepdog --cov-report=xml:coverage.xml --cov-report=html"
addopts = "--junitxml pytest.xml --cov kalpaa --cov-report=xml:coverage.xml --cov-report=html"
junit_family = "xunit1"
[tool.mypy]