Skip to content

Commit

Permalink
Update coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Apr 15, 2021
1 parent a3d474d commit 29c7a30
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 44 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml
@@ -1,3 +1,2 @@
service_name: github-actions
coverage_clover: temp/coverage/coverage.xml
json_path: temp/coveralls.json
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -52,7 +52,7 @@ test-coverage-clover: reset
$(bin)/phpunit --coverage-clover=$(coverageClover)

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

test-coverage-open: test-coverage
ifndef chrome
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
<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>
<h1 align="center">PropsControl</h1>

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

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -45,9 +45,9 @@
"nette/bootstrap": "^3.0",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^9.3",
"symfony/css-selector": "^4.3",
"symfony/dom-crawler": "^4.3",
"wavevision/coding-standard": "^5.2"
"symfony/css-selector": "^5.2",
"symfony/dom-crawler": "^5.2",
"wavevision/coding-standard": "^6.0"
},
"extra": {
"phpstan": {}
Expand Down
83 changes: 45 additions & 38 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29c7a30

Please sign in to comment.