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 aae481c commit e08ffa9Copy full SHA for e08ffa9
.github/workflows/test.yml
@@ -35,14 +35,15 @@ jobs:
35
- name: Run tests
36
run: yarn test
37
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
+ # Coverage tests will be added later
+ # - name: Run tests with coverage
+ # run: yarn test:coverage
+ #
+ # - name: Upload coverage reports
+ # uses: codecov/codecov-action@v3
+ # if: matrix.node-version == '20.x'
+ # with:
+ # file: ./coverage/lcov.info
+ # flags: unittests
+ # name: codecov-umbrella
49
+ # fail_ci_if_error: false
0 commit comments