Skip to content

Commit

Permalink
ci: add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoto-Cocoa authored Feb 11, 2024
1 parent 788d498 commit 208899b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:

- name: Run tests
run: npm run test

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Hoto-Cocoa/misskey-crossposter-webhook

0 comments on commit 208899b

Please sign in to comment.