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 02f53dc commit 8d98dcaCopy full SHA for 8d98dca
.github/workflows/base.yaml
@@ -54,7 +54,7 @@ jobs:
54
- name: Run tests
55
run: flutter test --no-pub --coverage
56
- name: Upload coverage to Codecov
57
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
58
env:
59
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
60
with:
0 commit comments