diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 9021fad8..d7322b68 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -104,7 +104,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage.xml + files: ./coverage.xml verbose: True # name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}