Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 29c7a30

Browse files
committed
Update coding standard
1 parent a3d474d commit 29c7a30

File tree

5 files changed

+50
-44
lines changed

5 files changed

+50
-44
lines changed

.coveralls.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
service_name: github-actions
2-
coverage_clover: temp/coverage/coverage.xml
32
json_path: temp/coveralls.json

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test-coverage-clover: reset
5252
$(bin)/phpunit --coverage-clover=$(coverageClover)
5353

5454
test-coverage-report: test-coverage-clover
55-
$(bin)/php-coveralls --verbose
55+
$(bin)/php-coveralls --coverage_clover=$(coverageClover) --verbose
5656

5757
test-coverage-open: test-coverage
5858
ifndef chrome

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center"><a href="https://github.com/wavevision"><img alt="Wavevision s.r.o." src="https://wavevision.com/images/wavevision-logo.png" width="120" /></a></p>
22
<h1 align="center">PropsControl</h1>
33

4-
[![Build Status](https://travis-ci.org/wavevision/props-control.svg?branch=master)](https://travis-ci.org/wavevision/props-control)
4+
[![CI](https://github.com/wavevision/props-control/workflows/CI/badge.svg)](https://github.com/wavevision/props-control/actions/workflows/ci.yml)
55
[![Coverage Status](https://coveralls.io/repos/github/wavevision/props-control/badge.svg?branch=master)](https://coveralls.io/github/wavevision/props-control?branch=master)
66
[![PHPStan](https://img.shields.io/badge/style-level%20max-brightgreen.svg?label=phpstan)](https://github.com/phpstan/phpstan)
77

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"nette/bootstrap": "^3.0",
4646
"php-coveralls/php-coveralls": "^2.1",
4747
"phpunit/phpunit": "^9.3",
48-
"symfony/css-selector": "^4.3",
49-
"symfony/dom-crawler": "^4.3",
50-
"wavevision/coding-standard": "^5.2"
48+
"symfony/css-selector": "^5.2",
49+
"symfony/dom-crawler": "^5.2",
50+
"wavevision/coding-standard": "^6.0"
5151
},
5252
"extra": {
5353
"phpstan": {}

composer.lock

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

0 commit comments

Comments
 (0)