Skip to content

Commit

Permalink
Adding codecov report to GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
  • Loading branch information
onekiloparsec committed Nov 1, 2023
1 parent e7f2ad6 commit fa874ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
run: |
npm ci --ignore-scripts
npm run build --if-present
npm run test
npm run test:coverage
env:
CI: true
- name: codecov report
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fa874ae

Please sign in to comment.