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.
2 parents aab7491 + 3133526 commit 8f2282cCopy full SHA for 8f2282c
.github/workflows/base.yaml
@@ -50,9 +50,7 @@ jobs:
50
- name: Check publish warnings
51
run: dart pub publish --dry-run
52
- name: Upload coverage to Codecov
53
- uses: codecov/codecov-action@v4
54
- env:
55
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ uses: codecov/codecov-action@v5
56
with:
57
files: coverage/lcov.info
58
flags: unittests
0 commit comments