Skip to content

Commit

Permalink
cc
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Dec 4, 2024
1 parent 05b9ae8 commit 11b1e86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
plugins: noop
files: build/lcov.info
- name: set the status
if: always()
Expand Down Expand Up @@ -106,6 +107,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
plugins: noop
files: build-avx512-spr/lcov.info

linux-gcc-riscv64-rvv:
Expand Down Expand Up @@ -149,4 +151,5 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
plugins: noop
files: build/lcov.info

0 comments on commit 11b1e86

Please sign in to comment.