We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbec15 commit fd56ab9Copy full SHA for fd56ab9
1 file changed
.github/workflows/test.yml
@@ -38,25 +38,6 @@ jobs:
38
- name: Run tests
39
run: npm run test -- --coverage --watchAll=false
40
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
52
- uses: actions/upload-artifact@v4
53
54
- name: coverage-report-${{ matrix.node-version }}
55
- path: |
56
- coverage/
57
- !coverage/tmp/
58
- retention-days: 30
59
60
- name: Upload test results
61
if: failure()
62
uses: actions/upload-artifact@v4
0 commit comments