Skip to content

Commit

Permalink
🧪 Update codecov action input to plural files
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 15, 2023
1 parent e12ecf6 commit a26ba84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a26ba84

Please sign in to comment.