diff --git a/.github/workflows/pytest-with-coverage.yaml b/.github/workflows/pytest-with-coverage.yaml index 4aeaf819..02866f27 100644 --- a/.github/workflows/pytest-with-coverage.yaml +++ b/.github/workflows/pytest-with-coverage.yaml @@ -56,6 +56,6 @@ jobs: - name: Upload coverage report to Codecov uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 with: - file: ./coverage.xml + files: ./coverage.xml flags: unittests token: ${{ secrets.CODECOV_TOKEN }}