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 a2e40ec commit 2b49f10Copy full SHA for 2b49f10
.github/workflows/coverage.yaml
@@ -17,6 +17,6 @@ jobs:
17
- run: flutter test --coverage
18
19
- name: Upload coverage reports to Codecov
20
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v5.0.7
21
with:
22
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments