Skip to content

Commit

Permalink
feat: add codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyoboieltr committed Jul 1, 2024
1 parent 766a339 commit 335744f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: test:coverage:jest
run: yarn test:coverage:jest

- uses: codecov/codecov-action@v4

test-unit-jest-development:
runs-on: ubuntu-latest
steps:
Expand All @@ -54,3 +56,5 @@ jobs:

- name: test:coverage:jest:dev
run: yarn test:coverage:jest:dev

- uses: codecov/codecov-action@v4

0 comments on commit 335744f

Please sign in to comment.