Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Grebenschikov committed Oct 13, 2021
1 parent d0cb9b7 commit 6cfebee
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ jobs:
- name: Run tests
run: XDEBUG_MODE=coverage php vendor/bin/codecept run --coverage-xml

- name: Debug
- name: Check coverage
env:
CODACY_TOKEN: ${{ secrets.CODACY_TOKEN }}
NOT_EXISTS: ${{ secrets.NOT_EXISTS }}
run: env
#
# - name: Check coverage
# run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l PHP -r tests/_output/coverage.xml
run: '[[ -n "$CODACY_TOKEN" ]] && bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l PHP -r tests/_output/coverage.xml'

0 comments on commit 6cfebee

Please sign in to comment.