Skip to content

Commit

Permalink
Merge branch 'main' into identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset authored Aug 9, 2024
2 parents 10576a5 + 21d14ae commit d8b02bf
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 d8b02bf

Please sign in to comment.