diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 01e754f..05cbbea 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -17,19 +17,9 @@ jobs: - uses: shivammathur/setup-php@v2 with: php-version: '8.2' - coverage: xdebug - uses: actions/checkout@v2 - name: Run tests run: | composer install - vendor/bin/codecept run unit --coverage-xml - - - uses: codecov/codecov-action@v2 - with: - token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos - files: ./tests/_output/coverage.xml - flags: unittests # optional - name: pql-unit-tests # optional - fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false) \ No newline at end of file + composer test-unit \ No newline at end of file