A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/exussum12/coverageChecker/wiki below:

Home · exussum12/coverageChecker Wiki · GitHub

Welcome to the coverageChecker wiki!

Some example usage and explanation of concepts exist here

See the individual pages for some more in depth examples of usage

You can re use the diff between tests for example

git diff origin/master... > diff.txt

phpcs --standard=psr2 src > phpcs.json || true
./vendor/bin/diffFilter --phpcs diff.txt phpcs.json

phpmd src xml cleancode > phpmd.xml  || true 
./vendor/bin/diffFilter --phpmd diff.txt phpmd.xml 90

This check runs both phpcs and phpmd with the same diff. All of the changed code must conform to psr2 but only 90% of the code must be "clean" by phpmd's definition


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4