Skip to content

Commit

Permalink
Merge branch 'renovate/codecov-codecov-action-5.x' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
abrain committed Nov 21, 2024
2 parents 7064bd3 + 32bf5fc commit cff38e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,21 @@ jobs:
${{github.workspace}}/build/logs/clover-integration.xml:clover
- name: Upload code coverage to Codecov (unit)
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
file: ${{github.workspace}}/build/logs/clover.xml
files: ${{github.workspace}}/build/logs/clover.xml
flags: unit

- name: Upload code coverage to Codecov (integration)
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
file: ${{github.workspace}}/build/logs/clover-integration.xml
files: ${{github.workspace}}/build/logs/clover-integration.xml
flags: integration


Expand Down

0 comments on commit cff38e3

Please sign in to comment.