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 c562e44 commit 20e41a8Copy full SHA for 20e41a8
.github/workflows/tests.yml
@@ -94,6 +94,6 @@ jobs:
94
uses: codecov/codecov-action@v5
95
if: success()
96
with:
97
+ token: ${{ secrets.CODECOV_TOKEN }}
98
files: ./packages/${{ matrix.workspace }}/coverage/lcov.info
99
name: ${{ matrix.workspace }}
- flags: ${{ matrix.workspace }}
0 commit comments