File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
# roave/you-are-using-it-wrong
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/Roave/you-are-using-it-wrong.svg?branch=master )] ( https://travis-ci.org/Roave/you-are-using-it-wrong )
3
+ [ ![ Mutation testing badge] ( https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Froave%2Fyou-are-using-it-wrong )] ( https://dashboard.stryker-mutator.io/reports/github.com/roave/you-are-using-it-wrong/master )
4
+ [ ![ Type Coverage] ( https://shepherd.dev/github/roave/you-are-using-it-wrong/coverage.svg )] ( https://shepherd.dev/github/roave/you-are-using-it-wrong )
4
5
[ ![ Packagist] ( https://img.shields.io/packagist/v/roave/you-are-using-it-wrong.svg )] ( https://packagist.org/packages/roave/you-are-using-it-wrong )
5
6
6
7
This package enforces type checks during composer installation in downstream
Original file line number Diff line number Diff line change 1
1
{
2
- "timeout": 10,
3
2
"source": {
4
3
"directories": [
5
4
"src"
6
5
]
7
6
},
8
- "mutators": {
9
- "@default": true
10
- },
11
7
"logs": {
12
- "text": "infection-log.txt"
13
- }
8
+ "text": "php://stderr",
9
+ "badge": {
10
+ "branch": "master"
11
+ }
12
+ },
13
+ "minMsi": 84,
14
+ "minCoveredMsi": 100
14
15
}
You can’t perform that action at this time.
0 commit comments