Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset authored Aug 9, 2024
1 parent 5c8a339 commit 21d14ae
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: pnpm install

- name: Unit Tests
run: pnpm run test
run: pnpm run test:coverage

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down Expand Up @@ -52,9 +52,3 @@ jobs:

- name: Linting
run: pnpm run lint

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

0 comments on commit 21d14ae

Please sign in to comment.