Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3.1.2 to 3.1.3 (home-assistant#91791)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 21, 2023
1 parent 0e2541c commit faf78fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1102,12 +1102,12 @@ jobs:
uses: actions/download-artifact@v3
- name: Upload coverage to Codecov (full coverage)
if: needs.info.outputs.test_full_suite == 'true'
uses: codecov/[email protected].2
uses: codecov/[email protected].3
with:
fail_ci_if_error: true
flags: full-suite
- name: Upload coverage to Codecov (partial coverage)
if: needs.info.outputs.test_full_suite == 'false'
uses: codecov/[email protected].2
uses: codecov/[email protected].3
with:
fail_ci_if_error: true

0 comments on commit faf78fc

Please sign in to comment.