Skip to content

Commit e08ffa9

Browse files
committed
fix: remove test:coverage from workflow as it doesn't exist yet
1 parent aae481c commit e08ffa9

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@ jobs:
3535
- name: Run tests
3636
run: yarn test
3737

38-
- name: Run tests with coverage
39-
run: yarn test:coverage
40-
41-
- name: Upload coverage reports
42-
uses: codecov/codecov-action@v3
43-
if: matrix.node-version == '20.x'
44-
with:
45-
file: ./coverage/lcov.info
46-
flags: unittests
47-
name: codecov-umbrella
48-
fail_ci_if_error: false
38+
# Coverage tests will be added later
39+
# - name: Run tests with coverage
40+
# run: yarn test:coverage
41+
#
42+
# - name: Upload coverage reports
43+
# uses: codecov/codecov-action@v3
44+
# if: matrix.node-version == '20.x'
45+
# with:
46+
# file: ./coverage/lcov.info
47+
# flags: unittests
48+
# name: codecov-umbrella
49+
# fail_ci_if_error: false

0 commit comments

Comments
 (0)