Skip to content

Commit d447e48

Browse files
committed
Simplify
1 parent 95bcbce commit d447e48

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -222,19 +222,6 @@ jobs:
222222
- name: Run all tests
223223
run: npm test
224224

225-
- name: Generate coverage report
226-
if: matrix.node-version == '18'
227-
run: npm test -- --coverage --coverageReporters=lcov
228-
229-
- name: Upload coverage to Codecov
230-
if: matrix.node-version == '18'
231-
uses: codecov/codecov-action@v3
232-
with:
233-
token: ${{ secrets.CODECOV_TOKEN }}
234-
file: ./coverage/lcov.info
235-
flags: unittests
236-
name: codecov-umbrella
237-
238225
# Summary job that all other jobs depend on
239226
test-summary:
240227
if: always()

0 commit comments

Comments
 (0)