Skip to content

Commit

Permalink
ci: switch to codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 1, 2024
1 parent d14031c commit 2cdaf86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ jobs:
- name: Run tests
run: |
npm test
bash <(curl -s https://codecov.io/bash)
- uses: codecov/codecov-action@v3
timeout-minutes: 2
with:
fail_ci_if_error: false
- name: Serve webui
run: |
npm run serve &
Expand Down

0 comments on commit 2cdaf86

Please sign in to comment.