Skip to content

Commit

Permalink
ci: remove coverage flag
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 5, 2024
1 parent 8aaf2d4 commit 3d39c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: pnpm build

- name: 🧪 Test project
run: pnpm test -- --coverage
run: pnpm test

- name: 🟩 Coverage
uses: codecov/codecov-action@v3

0 comments on commit 3d39c96

Please sign in to comment.