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 c148c6dCopy full SHA for c148c6d
.github/workflows/tests.yml
@@ -94,6 +94,7 @@ 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 }}
100
flags: ${{ matrix.workspace }}
0 commit comments