diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index 7f94234..304003b 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -43,4 +43,4 @@ jobs: - name: Upload coverage report to codecov uses: codecov/codecov-action@v3 with: - file: ./coverage.xml + files: ./coverage.xml