aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-01-01 02:24:55 +0100
committertgingold <tgingold@users.noreply.github.com>2021-01-01 11:19:04 +0100
commitff6c17f5880428fe176c871c255222c7b7ae9879 (patch)
treecb32cb6e9c53c08d4da99f4c352346dbf6ed7a71 /testsuite
parente62a09a14b109edb07aabfede29097197f11fee0 (diff)
downloadghdl-ff6c17f5880428fe176c871c255222c7b7ae9879.tar.gz
ghdl-ff6c17f5880428fe176c871c255222c7b7ae9879.tar.bz2
ghdl-ff6c17f5880428fe176c871c255222c7b7ae9879.zip
ci: add job 'Coverage'
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/testsuite.sh b/testsuite/testsuite.sh
index 9e4321034..d56d78ffe 100755
--- a/testsuite/testsuite.sh
+++ b/testsuite/testsuite.sh
@@ -141,7 +141,7 @@ do_gna () {
# The Python Unit testsuite: regression testsuite for Python bindings to libghdl
do_pyunit () {
gstart "[GHDL - test] pyunit"
- PYTHONPATH=$(pwd)/.. python3 -m pytest -rA --cov=.. --cov-config=.coveragerc pyunit
+ PYTHONPATH=$(pwd)/.. python3 -m pytest -rA $PYTEST_ARGS pyunit
gend
}