Use lcov.info for coverage

This commit is contained in:
Shivam Mathur 2021-04-13 17:16:50 +05:30
parent 70cd53866f
commit 45df3b1713
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -44,4 +44,4 @@ jobs:
- name: Send Coverage - name: Send Coverage
continue-on-error: true continue-on-error: true
timeout-minutes: 1 timeout-minutes: 1
run: curl -s https://codecov.io/bash | bash -s -- -t ${{secrets.CODECOV_TOKEN}} -f coverage/clover.xml -n github-actions-codecov-${{ matrix.operating-system }} run: curl -s https://codecov.io/bash | bash -s -- -t ${{secrets.CODECOV_TOKEN}} -f coverage/lcov.info -n github-actions-codecov-${{ matrix.operating-system }}