Skip to content

Commit

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

Bump codecov/codecov-action from 3.1.0 to 3.1.1
  • Loading branch information
ChristophWurst authored Sep 20, 2022
2 parents 4268681 + b154a38 commit ba95ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
XDEBUG_MODE: off
- name: Report coverage
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
if: ${{ always() && matrix.php-versions == '8.0' }}
with:
file: ./nextcloud/apps/mail/tests/clover.unit.xml
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
if: ${{ always() }}
run: cat nextcloud/data/horde_*.log
- name: Report coverage
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
if: ${{ always() && matrix.db == 'mysql' }}
with:
file: ./nextcloud/apps/mail/tests/clover.integration.xml
Expand Down

0 comments on commit ba95ccb

Please sign in to comment.