Skip to content

Commit

Permalink
add NODE_DEBUG
Browse files Browse the repository at this point in the history
as suggested in bcoe/c8#454
  • Loading branch information
mmomtchev committed Mar 15, 2023
1 parent 79c7a72 commit ae34cd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run c8
env:
NODE_DEBUG: c8
- run: npm run lcov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit ae34cd6

Please sign in to comment.