diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index deffbdb6d3..6b6177bf33 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -220,7 +220,7 @@ jobs: - name: "Set pytest arguments" shell: bash run: | - echo "COVERAGE=--cov=ansys.dpf.${{env.MODULE}} --cov-report=xml --cov-report=html --log-level=ERROR --cov-append" >> $GITHUB_ENV + echo "COVERAGE=--cov=ansys.dpf --cov-report=xml --cov-report=html --log-level=ERROR --cov-append" >> $GITHUB_ENV echo "RERUNS=--reruns 2 --reruns-delay 1" >> $GITHUB_ENV - name: "Test API"