diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 492ed6e..ea42006 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: ['10.x', '12.x', '14.x'] + node-version: ['12.x', '14.x'] steps: - name: Checkout uses: actions/checkout@v2 @@ -25,4 +25,4 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: './target/coverage/report/lcov.info' + path-to-lcov: './coverage/lcov.info'