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 f892a14 commit af02d26Copy full SHA for af02d26
.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@v5.1.1
+ uses: codecov/codecov-action@v5.1.2
21
with:
22
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments