Skip to content

Commit

Permalink
Bump codecov/codecov-action to v4.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed May 11, 2024
1 parent f6a631d commit cc2a34a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ runs:
Send the coverage data over to
https://codecov.io/gh/${{ github.repository }}
if: steps.ansible-test-command.outputs.has-coverage == 'true'
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.3.1
with:
files: >-
${{
Expand All @@ -686,6 +686,7 @@ runs:
}}=*.xml
flags: ${{ inputs.testing-type }}
token: ${{ inputs.codecov-token }}
working-directory: ${{ steps.collection-metadata.outputs.checkout-path }}
- name: Produce markdown test summary from JUnit
if: always()
Expand Down

0 comments on commit cc2a34a

Please sign in to comment.