From 555809e793c3b071f4f77b42e0092dc993c04f79 Mon Sep 17 00:00:00 2001 From: Zach Hindes Date: Thu, 6 Apr 2023 12:47:35 -0500 Subject: [PATCH] fix coverage report (#273) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fb235e06..a293cb17 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ envlist = clean, py37, py38, py39, py310, py311, report whitelist_externals = poetry commands = poetry install -v - poetry run pytest --quiet --cov=nidaqmx --cov-append --cov-report= --junitxml=pytests-{envname}.xml tests/ {posargs} + poetry run pytest --quiet --cov=generated/nidaqmx --cov-append --cov-report= --junitxml=pytests-{envname}.xml tests/ {posargs} [testenv:clean] skip_install = true