Skip to content

Commit d2eedce

Browse files
committed
add project-info file
1 parent 033d1a9 commit d2eedce

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
/tests export-ignore
99
/.editorconfig export-ignore
1010
/.php_cs export-ignore
11+
/.project-info.yml export-ignore
1112
/.github export-ignore
1213
/psalm.xml export-ignore
13-

.project-info.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
8+
urls:
9+
logo: https://static.permafrost.dev/images/coverage-check/coverage-check-logo-alt.png
10+
github: https://github.com/permafrost-dev/coverage-check
11+
docs: https://github.com/permafrost-dev/coverage-check/README.md

0 commit comments

Comments
 (0)