Skip to content

Commit

Permalink
feat: CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset committed Aug 9, 2024
1 parent d219ac0 commit a85c458
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,13 @@ jobs:

- name: Linting
run: pnpm run lint

CodeCov:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a85c458

Please sign in to comment.