Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5.0.3
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | codecov/codecov-action | v5.0.2 | v5.0.3 |
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent ed5ad73 commit b1340c9
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/codecov-action@v5.0.2
- uses: codecov/codecov-action@v5.0.3
if: ${{ matrix.sdk == 'stable' && matrix.rxdart == 'not_override' }}
with:
fail_ci_if_error: true # optional (default = false)
Expand Down

0 comments on commit b1340c9

Please sign in to comment.