Skip to content

Commit

Permalink
removed coverwalls
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudioVarandas committed Mar 3, 2024
1 parent 1d60ff1 commit 8993406
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/lws-poc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,4 @@ jobs:
- name: Execute tests (Unit and Feature tests) via PHPUnit
working-directory: ./servers-api
run: vendor/bin/phpunit
- name: Upload coverage results to Coveralls
working-directory: ./servers-api
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls
mkdir build
cd build
mkdir logs
cd ..
cd ..
php-coveralls --coverage_clover=build/logs/clover.xml -v

0 comments on commit 8993406

Please sign in to comment.