Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Oct 24, 2023
1 parent f16920f commit 13de96f
Show file tree
Hide file tree
Showing 3 changed files with 1,849 additions and 2,353 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ jobs:
- run: node -v
- run: npm ci
- run: npm test
- run: npm run codecov
if: matrix.node == env.NODE
- run: npm run coverage
if: matrix.node == env.node
- uses: codecov/codecov-action@v3
if: matrix.node == env.node
with:
fail_ci_if_error: false
windows:
runs-on: windows-latest
steps:
Expand Down
Loading

0 comments on commit 13de96f

Please sign in to comment.