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 fbccfa0 commit 2869b8eCopy full SHA for 2869b8e
.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.1.0
+ - uses: codecov/codecov-action@v4.5.0
62
with:
63
fail_ci_if_error: true # optional (default = false)
64
token: ${{ secrets.CODECOV_TOKEN }} # required
0 commit comments