Skip to content

Commit

Permalink
remove codecov from npm install global
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Nov 6, 2024
1 parent f2ae1d3 commit db1d2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
node-version: 20.x
- name: Install dependencies
run: npm install -g typescript codecov
run: npm install -g typescript
- name: Build
run: ./scripts/build.sh
- name: Run dependencies
Expand Down

0 comments on commit db1d2f4

Please sign in to comment.