diff --git a/.github/workflows/install-and-test.yml b/.github/workflows/install-and-test.yml index 48c7aeee..9a47936e 100644 --- a/.github/workflows/install-and-test.yml +++ b/.github/workflows/install-and-test.yml @@ -55,7 +55,7 @@ jobs: shell: bash -el {0} - name: Test with pytest - run: pytest --cov --log-cli-level INFO --clear_inputs + run: pytest --cov --log-cli-level INFO --clear_inputs --cov-report xml shell: bash -el {0} - name: Upload coverage reports to Codecov