Skip to content

Commit

Permalink
Merge pull request #265 from swissspidy/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5.0.2

Build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2
  • Loading branch information
swissspidy authored Nov 18, 2024
2 parents 9f84c0e + 4fba2a5 commit ae8c785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,15 @@ jobs:
if: ${{ matrix.coverage }}

- name: Upload code coverage report
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.2
with:
file: coverage.xml
flags: default
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ matrix.coverage }}

- name: Upload code coverage report
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.2
with:
file: coverage-multisite.xml
flags: multisite
Expand Down

0 comments on commit ae8c785

Please sign in to comment.