Skip to content

Commit

Permalink
feat: github actionsでCodecovを使用する
Browse files Browse the repository at this point in the history
  • Loading branch information
hbsnow committed Jan 14, 2023
1 parent df1d5d5 commit e87f6c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
run: npm test
- name: Run build
run: npm run build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit e87f6c0

Please sign in to comment.