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 00ad566 commit 9210e08Copy full SHA for 9210e08
1 file changed
.github/workflows/ci.yml
@@ -108,13 +108,13 @@ jobs:
108
if: steps.api-node-modules.outputs.cache-hit != 'true'
109
run: npm install --legacy-peer-deps
110
111
- - name: Generate Coverage
112
- run: |
113
- npx cypress install
114
- npm run test
+ # - name: Generate Coverage
+ # run: |
+ # npx cypress install
+ # npm run test
115
116
- name: Coveralls
117
uses: coverallsapp/github-action@master
118
with:
119
github-token: ${{ secrets.GITHUB_TOKEN }}
120
- path-to-lcov: ./coverage/lcov.info
+ path-to-lcov: ./coverage/lcov.info
0 commit comments