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 3cd4f18 commit 4140fd4Copy full SHA for 4140fd4
.github/workflows/base.yaml
@@ -59,7 +59,7 @@ jobs:
59
- name: Run tests
60
run: flutter test --coverage
61
- name: Upload coverage to Codecov
62
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
63
env:
64
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
65
with:
0 commit comments