Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3.1.5 to 4.1.1 (#826)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michi Hoffmann <cleptric@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and cleptric committed Apr 2, 2024
1 parent 03f47bc commit 34997bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Expand Up @@ -96,9 +96,10 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=build/coverage-report.xml

- name: Upload code coverage
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
with:
file: build/coverage-report.xml
token: ${{ secrets.CODECOV_TOKEN }}

missing-optional-packages-tests:
name: Tests without optional packages
Expand Down Expand Up @@ -147,6 +148,7 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=build/coverage-report.xml

- name: Upload code coverage
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
with:
file: build/coverage-report.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 34997bc

Please sign in to comment.