Skip to content

Commit

Permalink
⚡ Remove --cov from pytest.ini_options
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 committed Feb 13, 2025
1 parent 3b8d91e commit a6b5953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ line-length = 90
testpaths = "acapy_agent"
addopts = """
--quiet --junitxml=./test-reports/junit.xml
--cov-config .coveragerc --cov=acapy_agent --cov-report term --cov-report xml
--cov-config .coveragerc --cov-report term --cov-report xml
--ruff
"""
markers = [
Expand All @@ -139,7 +139,7 @@ markers = [
"indy: Tests specifically relating to Hyperledger Indy SDK support",
"indy_credx: Tests specifically relating to Indy-Credx support",
"indy_vdr: Tests specifically relating to Indy-VDR support",
"ursa_bbs_signatures: Tests specificaly relating to BBS Signatures support",
"ursa_bbs_signatures: Tests specifically relating to BBS Signatures support",
"postgres: Tests relating to the postgres storage plugin for Indy",
]
junit_family = "xunit1"
Expand Down

0 comments on commit a6b5953

Please sign in to comment.