diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 37e69054..7f6fcb61 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -327,7 +327,7 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage.xml + files: ./coverage.xml flags: >- CI-GHA, OS-${{ runner.os }}, diff --git a/.github/workflows/reusable-linters.yml b/.github/workflows/reusable-linters.yml index 4e89ccdf..f0eb6403 100644 --- a/.github/workflows/reusable-linters.yml +++ b/.github/workflows/reusable-linters.yml @@ -48,7 +48,7 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - file: .tox/.tmp/.mypy/python-*/cobertura.xml + files: .tox/.tmp/.mypy/python-*/cobertura.xml flags: >- CI-GHA, MyPy