mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
Ensure clean up composer.json & build dir after run coverage weekly (#5099)
* Ensure clean up composer.json after run coverage weekly as it use require --dev (update composer.json) during run. * clean build dir as well
This commit is contained in:
parent
4f6da168e0
commit
756f7dd214
4
.github/workflows/weekly_code_coverage.yaml
vendored
4
.github/workflows/weekly_code_coverage.yaml
vendored
@ -26,6 +26,10 @@ jobs:
|
||||
# Coveralls.io
|
||||
composer require --dev php-coveralls/php-coveralls:^2.4
|
||||
vendor/bin/php-coveralls --coverage_clover=clover.xml -v
|
||||
|
||||
# clean up
|
||||
git checkout .
|
||||
git clean -xfd build
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: 'master'
|
||||
|
Loading…
x
Reference in New Issue
Block a user