diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 563507dc..b49232d7 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -60,13 +60,13 @@ jobs: if: runner.os == 'Linux' run: | source /usr/local/Modules/init/sh - pytest --cov=. --cov-report html -cov-config=.coveragerc | tee pytest_output.log + pytest --cov=. --cov-report html -cov-config=jade.coveragerc | tee pytest_output.log # Activate environment and run pytest - name: Testing - Windows if: runner.os == 'Windows' run: | - pytest --cov=. --cov-report html -cov-config=.coveragerc | tee pytest_output.log + pytest --cov=. --cov-report html -cov-config="jade.coveragerc" | tee pytest_output.log - name: Archive test results if: always() diff --git a/.coveragerc b/jade.coveragerc similarity index 100% rename from .coveragerc rename to jade.coveragerc