Skip to content

Commit

Permalink
pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
YufengXin committed Oct 25, 2024
1 parent ecafd67 commit 47959af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ Issues = "https://github.com/atlanticwave-sdx/pce/issues"

[project.optional-dependencies]
test = [
"pytest-cov == 3.0.0",
"pytest == 8.0.1",
"pytest-cov == 4.1.0",
"pytest-sugar == 1.0.0",
]
pygraphviz = [
"pygraphviz"
Expand All @@ -53,7 +55,7 @@ lint = [
where = "src"

[tool.pytest.ini_options]
addopts = "-v --cov=sdx_pce --cov-report html --cov-report term-missing:skip-covered"
addopts = "--cov=sdx_pce --cov-report html --cov-report lcov --cov-report term-missing:skip-covered"
testpaths = [
"tests"
]
Expand Down

0 comments on commit 47959af

Please sign in to comment.