We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0042700 commit f71d72fCopy full SHA for f71d72f
.github/workflows/test.yml
@@ -41,14 +41,14 @@ jobs:
41
- name: Test CLI version
42
run: node dist/index.js --version
43
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
+ # - name: Upload coverage to Codecov
+ # if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20.x'
+ # uses: codecov/codecov-action@v3
+ # with:
+ # file: ./coverage/lcov.info
+ # flags: unittests
+ # name: codecov-umbrella
+ # fail_ci_if_error: false
52
53
integration-test:
54
runs-on: ${{ matrix.os }}
0 commit comments