Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Nov 10, 2024
1 parent 642b164 commit 9c0675e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,12 @@ jobs:
- name: Lint
run: npm run lint
- name: Run Unit Tests
run: npm run test-cov && codecov -f coverage/lcov.info
run: npm run test-cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ./coverage/lcov.info
flags: unittests
name: codecov-coverage
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9c0675e

Please sign in to comment.