Skip to content

Commit 23056ed

Browse files
deactivate test coverage in pipeline (not compatible with pnpm)
1 parent 3232963 commit 23056ed

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci_reusable.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -186,22 +186,6 @@ jobs:
186186
- run: npm run build
187187
- id: build
188188
run: echo "::set-output name=pass::success"
189-
- name: Run Tests & Generate coverage reports
190-
run: npm run coverage:report
191-
- name: Upload Unit Coverage to Codecov
192-
if: ${{ inputs.UPDATE_COVERAGE }}
193-
uses: codecov/codecov-action@v2
194-
with:
195-
token: ${{ secrets.CODECOV_TOKEN }}
196-
files: ./coverage/coverage-final.json
197-
flags: unittests
198-
- name: Upload E2E Coverage to Codecov
199-
if: ${{ inputs.UPDATE_COVERAGE }}
200-
uses: codecov/codecov-action@v2
201-
with:
202-
token: ${{ secrets.CODECOV_TOKEN }}
203-
files: ./test-results.json
204-
flags: e2etests
205189
- name: (if 'staging' env) Copy contents from .fleek_staging.json to .fleek.json
206190
if: ${{ inputs.ENV_NAME == 'staging' }}
207191
run: mv .fleek_staging.json .fleek.json

0 commit comments

Comments
 (0)