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 2a95ce6 + 266adc0 commit c480cd6Copy full SHA for c480cd6
.github/workflows/tests.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Run tests
42
run: flutter test --coverage --coverage-path=lcov.info
43
44
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
45
env:
46
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
47
if: ${{ matrix.channel == 'stable' }}
0 commit comments