Skip to content

Commit 817bbf4

Browse files
committed
remove coverage from test
1 parent 19c9e55 commit 817bbf4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
- name: Run unit tests
4545
run: npm run test
4646

47-
- name: Run tests with coverage
48-
run: npm run test:coverage
49-
50-
- name: Upload coverage reports
51-
uses: codecov/codecov-action@v3
52-
with:
53-
token: ${{ secrets.CODECOV_TOKEN }}
54-
files: ./coverage/lcov.info
55-
fail_ci_if_error: true
47+
# - name: Run tests with coverage
48+
# run: npm run test:coverage
49+
50+
# - name: Upload coverage reports
51+
# uses: codecov/codecov-action@v3
52+
# with:
53+
# token: ${{ secrets.CODECOV_TOKEN }}
54+
# files: ./coverage/lcov.info
55+
# fail_ci_if_error: true

0 commit comments

Comments
 (0)