Skip to content

Commit 85c558f

Browse files
committed
codecov 관련 설정 및 ci 제거
1 parent 30ad2a6 commit 85c558f

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,6 @@ jobs:
109109

110110
- run: pnpm install
111111

112-
- name: Generate coverage report
112+
- name: Test
113113
id: test
114-
run: pnpm run test:coverage -- --ci --reporters github-actions --reporters summary --maxWorkers 2
115-
116-
- name: Upload coverage to Codecov
117-
id: upload-coverage-to-codecov
118-
uses: codecov/codecov-action@v3
119-
with:
120-
token: ${{ secrets.CODECOV_TOKEN }}
121-
directory: ./coverage
114+
run: pnpm run test -- --ci --reporters github-actions --reporters summary --maxWorkers 2

0 commit comments

Comments
 (0)