Skip to content

Commit

Permalink
github: Add conditional lcov file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjD90 committed Oct 13, 2023
1 parent 7bf3cd9 commit e57576d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

- name: Generate lcov file
run: yarn nyc report --reporter=text-lcov > coverage.lcov
if: ${{ matrix.node-version == '20.x' }}

- name: Push coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit e57576d

Please sign in to comment.