diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 38efd81..da205eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: pytest python -m pip install -e . coverage run -m pytest . - coverage json --include "src/*" -o ${{ matrix.python-version }}_coverage.json + coverage json --include "src/*" -o coverage.json - name: "Upload coverage data" uses: actions/upload-artifact@v4 with: