Skip to content

Commit f71d72f

Browse files
committed
Disabled codecov for now
1 parent 0042700 commit f71d72f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
- name: Test CLI version
4242
run: node dist/index.js --version
4343

44-
- name: Upload coverage to Codecov
45-
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x'
46-
uses: codecov/codecov-action@v3
47-
with:
48-
file: ./coverage/lcov.info
49-
flags: unittests
50-
name: codecov-umbrella
51-
fail_ci_if_error: false
44+
# - name: Upload coverage to Codecov
45+
# if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x'
46+
# uses: codecov/codecov-action@v3
47+
# with:
48+
# file: ./coverage/lcov.info
49+
# flags: unittests
50+
# name: codecov-umbrella
51+
# fail_ci_if_error: false
5252

5353
integration-test:
5454
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)