From de8537f42af31c2facc29a21ab17355d442a9d8b Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Tue, 13 Apr 2021 17:16:50 +0530 Subject: [PATCH] Use lcov.info for coverage --- .github/workflows/node-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-workflow.yml b/.github/workflows/node-workflow.yml index 8e014b67..8cec3d9a 100644 --- a/.github/workflows/node-workflow.yml +++ b/.github/workflows/node-workflow.yml @@ -48,4 +48,4 @@ jobs: - name: Send Coverage continue-on-error: true 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 }}