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 f6b2110 + 64d9e89 commit e718f45Copy full SHA for e718f45
.github/workflows/base.yaml
@@ -43,9 +43,7 @@ jobs:
43
- name: Run tests
44
run: flutter test --no-pub --coverage
45
- name: Upload coverage to Codecov
46
- uses: codecov/codecov-action@v4
47
- env:
48
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ uses: codecov/codecov-action@v5
49
with:
50
files: coverage/lcov.info
51
name: form_builder_extra_fields
0 commit comments