diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-01-16 17:40:33 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-01-16 17:40:33 +0100 |
commit | e655569f12d0fc60aac01488efdc47f31c3e93f3 (patch) | |
tree | 62f7bf31299eb7837e916be1b7c3f6c6581a71c6 | |
parent | 3caf1b762a8a784d27290b3b52a89ab3c20b6049 (diff) | |
download | ghdl-e655569f12d0fc60aac01488efdc47f31c3e93f3.tar.gz ghdl-e655569f12d0fc60aac01488efdc47f31c3e93f3.tar.bz2 ghdl-e655569f12d0fc60aac01488efdc47f31c3e93f3.zip |
workflow: tentatively fix coverage failure
-rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5ccca9a90..01c59fd35 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -371,7 +371,7 @@ jobs: - name: Run tests to generate coverage report run: | - PYTHONPATH=$(pwd)/.. python3 -m pytest -rA --cov=.. --cov-config=.coveragerc testsuite/pyunit + PYTHONPATH=$(pwd) python3 -m pytest -rA --cov=.. --cov-config=.coveragerc testsuite/pyunit - name: Generate XML coverage report if: always() |