You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ Allows tools to conditionally allow standards to new code
7
7
8
8
Coverage checker allows new standards to be implemented incrementally, by only enforcing them on new / edited code.
9
9
10
-
Tools like phpcs and phpmd are an all or nothing approach, coverage checker allows this to work with the diff enforce all of the pull request / change request.
10
+
Tools like phpcs and phpmd are an all or nothing approach, coverage checker allows this to work with the diff i.e. enforce all of the pull request / change request.
11
11
12
-
Also working with PHPunit to allow, for example 90% of new/edited code to be covered. which will increased the overall coverage over time.
12
+
Also working with PHPunit to allow, for example 90% of new/edited code to be covered. which will increase the overall coverage over time.
13
13
14
14
#Usage
15
15
@@ -21,7 +21,7 @@ With composer simply
21
21
then call the script you need
22
22
23
23
##Manually
24
-
Clone this repository somewhere your your build plan can be accessed, composer install (requred for the class loader only)
24
+
Clone this repository somewhere your your build plan can be accessed, composer install (required for the class loader only)
0 commit comments