File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments