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 2a95ce6 commit 266adc0Copy full SHA for 266adc0
.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