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 603d7ca commit 9cc3810Copy full SHA for 9cc3810
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
shell: bash
39
- uses: codecov/codecov-action@v4
40
with:
41
+ disable_search: true
42
files: coverage/lcov.info
43
name: ${{ matrix.os }}/${{ matrix.node-version }}
44
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments