Skip to content

Commit

Permalink
chore: report coverage to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Jan 21, 2024
1 parent acdd18e commit f28f28d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@ jobs:
- name: Run lint
run: yarn lint

- name: Run testing
run: yarn test:unit
- name: Run testing with coverage
run: yarn coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f28f28d

Please sign in to comment.