Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5.0.2 (#122)
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | codecov/codecov-action | v5.0.0 | v5.0.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 17, 2024
1 parent ac327d8 commit ed5ad73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: ${{ matrix.sdk == 'stable' && matrix.rxdart == 'not_override' }}
run: dart pub global run coverage:format_coverage --lcov --in=coverage.json --out=lcov.info --report-on=lib

- uses: codecov/[email protected].0
- uses: codecov/[email protected].2
if: ${{ matrix.sdk == 'stable' && matrix.rxdart == 'not_override' }}
with:
fail_ci_if_error: true # optional (default = false)
Expand Down

0 comments on commit ed5ad73

Please sign in to comment.