Skip to content

Commit

Permalink
chore: added ci codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Feb 7, 2025
1 parent 94f8b6e commit 1bde1df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ jobs:

- name: Test
run: npm run test

- name: Generate coverage report
run: npm run test:coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: WatchItDev/watchit-app

0 comments on commit 1bde1df

Please sign in to comment.