diff --git a/.github/codecov.yml b/.github/codecov.yml index fbed9aa68..e09972517 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,2 +1,2 @@ ignore: - - "./e107_tests/**/*" \ No newline at end of file + - "e107_tests/**/*" \ No newline at end of file diff --git a/.github/workflows/test-e107.yml b/.github/workflows/test-e107.yml index 02150ee4c..6c6897294 100644 --- a/.github/workflows/test-e107.yml +++ b/.github/workflows/test-e107.yml @@ -87,7 +87,6 @@ jobs: php ./vendor/bin/codecept run unit --steps --debug fi working-directory: ./e107_tests/ - continue-on-error: true - name: Send code coverage report to Codecov uses: codecov/codecov-action@v1