Skip to content

Commit d1dc962

Browse files
committed
Getting there
1 parent 23cff8d commit d1dc962

File tree

5,255 files changed

+699006
-721273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,255 files changed

+699006
-721273
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ psalm: ## Run static analysis (Psalm)
4343
$(DOCKER_RUN) vendor/bin/psalm --threads=$(shell nproc) --shepherd --stats
4444

4545
unit: ## Run tests
46-
$(DOCKER_RUN) vendor/bin/phpunit --colors=always -c phpunit.xml.dist --coverage-text --coverage-html covHtml --coverage-clover ./build/logs/clover.xml
46+
$(DOCKER_RUN) vendor/bin/phpunit --colors=always -c phpunit.xml.dist
4747

4848
unit-ci: unit
4949
if [ -f ./build/logs/clover.xml ]; then wget https://scrutinizer-ci.com/ocular.phar && sleep 3 && php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml; fi

composer.lock

+11-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

etc/clients/api.github.com.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
spec: https://raw.githubusercontent.com/github/rest-api-description/main/descriptions-next/api.github.com/api.github.com.yaml
2-
namespace: ApiClients\Client\Github\OpenAPI\ApiGitHubCom
3-
destination: src/OpenAPI/ApiGitHubCom
2+
namespace: ApiClients\Client\Github
3+
destination: src

0 commit comments

Comments
 (0)