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 522f419 commit 37992f7Copy full SHA for 37992f7
.github/workflows/test.yml
@@ -29,4 +29,5 @@ jobs:
29
- name: Codecov
30
uses: codecov/codecov-action@v5
31
with:
32
- file: coverage/lcov.info
+ files: coverage/lcov.info
33
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments