We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2869b8e commit a49f3a3Copy full SHA for a49f3a3
.github/workflows/dart.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Format coverage
59
run: dart pub global run coverage:format_coverage --lcov --in=coverage.json --out=lcov.info --report-on=lib
60
61
- - uses: codecov/codecov-action@v4.5.0
+ - uses: codecov/codecov-action@v5.5.1
62
with:
63
fail_ci_if_error: true # optional (default = false)
64
token: ${{ secrets.CODECOV_TOKEN }} # required
0 commit comments