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 91998b5 commit 3adb2cdCopy full SHA for 3adb2cd
.github/workflows/base.yaml
@@ -48,7 +48,7 @@ jobs:
48
- name: Run tests
49
run: flutter test --coverage
50
- name: Upload coverage to Codecov
51
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
52
env:
53
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
54
with:
0 commit comments