fix(tests): correct coverage command for pytest
This commit is contained in:
parent
eea3065b4e
commit
ecef2b266d
1 changed files with 9 additions and 10 deletions
|
|
@ -183,12 +183,11 @@ def coverage(session: nox.Session):
|
||||||
...
|
...
|
||||||
|
|
||||||
try:
|
try:
|
||||||
with session.chdir(CURRENT_DIR / "pyargus"):
|
|
||||||
session.run(
|
session.run(
|
||||||
"coverage",
|
"coverage",
|
||||||
"run",
|
"run",
|
||||||
"--source",
|
"--source",
|
||||||
"argus,src",
|
"pyargus/argus,pyargus/src",
|
||||||
"-m",
|
"-m",
|
||||||
"pytest",
|
"pytest",
|
||||||
silent=True,
|
silent=True,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue