We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033d1a9 commit d2eedceCopy full SHA for d2eedce
.gitattributes
@@ -8,6 +8,6 @@
8
/tests export-ignore
9
/.editorconfig export-ignore
10
/.php_cs export-ignore
11
+/.project-info.yml export-ignore
12
/.github export-ignore
13
/psalm.xml export-ignore
-
.project-info.yml
@@ -0,0 +1,11 @@
1
+project:
2
+ name: coverage-check
3
+ subtitle:
4
+ description: Check a project's code coverage, optionally enforcing a minimum value.
5
+ type: package
6
+ command: composer require permafrost-dev/coverage-check --dev
7
+ weight: 7
+ urls:
+ logo: https://static.permafrost.dev/images/coverage-check/coverage-check-logo-alt.png
+ github: https://github.com/permafrost-dev/coverage-check
+ docs: https://github.com/permafrost-dev/coverage-check/README.md
0 commit comments