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 ab7ecfeCopy full SHA for ab7ecfe
.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
- name: ${{ matrix.workspace }}
99
flags: ${{ matrix.workspace }}
0 commit comments