Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jun 19, 2021
1 parent fb46b0c commit 4bd7456
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,5 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageLocations: |
${{ github.workspace }}/coverage/unit/lcov.info:lcov
${{ github.workspace }}/coverage/integration/lcov.info:lcov
- name: Debug coverage output
run: |
ls -lh ${{ github.workspace }}
ls -lh coverage/
ls -lh coverage/unit/
ls -lh coverage/integration/
${{ github.workspace }}/unit/lcov.info:lcov
${{ github.workspace }}/integration/lcov.info:lcov

0 comments on commit 4bd7456

Please sign in to comment.