remove the now redundant coverage check step from admin test workflow

This commit is contained in:
mahula 2023-03-14 14:19:08 +01:00
parent 278529e692
commit b8a222707e

View File

@ -45,19 +45,8 @@ jobs:
uses: actions/checkout@v3
- name: Admin Interface | Unit tests
run: |
cd admin && yarn && yarn run test
cp -r ./coverage ../
run: cd admin && yarn && yarn run test
- name: Admin Interface | Coverage check
uses: webcraftmedia/coverage-check-action@master
with:
report_name: Coverage - Admin Interface
type: lcov
result_path: ./admin/coverage/lcov.info
min_coverage: 97
token: ${{ github.token }}
lint:
if: needs.files-changed.outputs.admin == 'true'
name: Lint - Admin Interface