Skip to content

Commit

Permalink
One more time with codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Oct 25, 2024
1 parent 8b1a55f commit c5d8eb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_call:
secrets:
codecov_token:
required: true

jobs:
build:
Expand All @@ -30,3 +34,8 @@ jobs:
run: npm run check
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c5d8eb7

Please sign in to comment.