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 1468190 commit eb1e0e4Copy full SHA for eb1e0e4
1 file changed
.github/workflows/test.yml
@@ -25,7 +25,8 @@ jobs:
25
- name: Codecov
26
uses: codecov/codecov-action@v5
27
with:
28
- file: coverage/lcov.info
+ files: coverage/lcov.info
29
+ token: ${{ secrets.CODECOV_TOKEN }}
30
browsers:
31
name: Browsers
32
if: ${{ github.actor != 'dependabot[bot]' }}
0 commit comments