Remove code coverage

This commit is contained in:
Matteo Gheza 2020-05-26 17:24:42 +02:00
parent e3c599b4b3
commit f56da7246e
2 changed files with 2 additions and 13 deletions

View File

@ -55,18 +55,8 @@ jobs:
working-directory: ${{env.working-directory}}
- name: Run test suite
run: vendor/bin/codecept run --steps --coverage --coverage-xml --coverage-html
run: vendor/bin/codecept run --steps
working-directory: ${{env.working-directory}}
- name: Upload coverage to Codecov
if: "${{ success() }}"
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./server/tests/_output/coverage.xml
flags: unittests
name: codecov
fail_ci_if_error: true
- name: Upload Tests Artifact
if: ${{ always() }}

View File

@ -7,5 +7,4 @@ paths:
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
- Codeception\Extension\RunFailed