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 e756bbb commit 3133526Copy full SHA for 3133526
.github/workflows/base.yaml
@@ -51,8 +51,6 @@ jobs:
51
run: dart pub publish --dry-run
52
- name: Upload coverage to Codecov
53
uses: codecov/codecov-action@v5
54
- env:
55
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
56
with:
57
files: coverage/lcov.info
58
flags: unittests
0 commit comments