Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
HonestDeng committed Sep 5, 2023
1 parent 2884291 commit d10df77
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .ci/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,5 @@ jobs:
lcov -r lcov.info '/usr/*' -o lcov.info
lcov -r lcov.info '*/build-simplemath/*' -o lcov.info
lcov --list lcov.info
- name: codecov-simplemath
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: build-simplemath/lcov.info
- name: codecov
run: ./codecov -t ${{settings.CODECOV_TOKEN.access_token}} -C ${{ ci.sha }} -B ${{ ci.head_ref }} -f build/lcov.info

0 comments on commit d10df77

Please sign in to comment.