Skip to content

Commit fd56ab9

Browse files
committed
fixing test action
1 parent 8bbec15 commit fd56ab9

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,6 @@ jobs:
3838
- name: Run tests
3939
run: npm run test -- --coverage --watchAll=false
4040

41-
- name: Upload coverage to Codecov
42-
if: matrix.node-version == '20.x'
43-
uses: codecov/codecov-action@v4
44-
with:
45-
token: ${{ secrets.CODECOV_TOKEN }}
46-
files: ./coverage/lcov.info
47-
fail_ci_if_error: true
48-
verbose: true
49-
50-
- name: Upload coverage artifacts
51-
if: matrix.node-version == '20.x'
52-
uses: actions/upload-artifact@v4
53-
with:
54-
name: coverage-report-${{ matrix.node-version }}
55-
path: |
56-
coverage/
57-
!coverage/tmp/
58-
retention-days: 30
59-
6041
- name: Upload test results
6142
if: failure()
6243
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)