Skip to content

Commit 61fbc60

Browse files
committed
Added mutation test score as a badge in README.md
1 parent 108ea66 commit 61fbc60

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# roave/you-are-using-it-wrong
22

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)
45
[![Packagist](https://img.shields.io/packagist/v/roave/you-are-using-it-wrong.svg)](https://packagist.org/packages/roave/you-are-using-it-wrong)
56

67
This package enforces type checks during composer installation in downstream

infection.json.dist

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"timeout": 10,
32
"source": {
43
"directories": [
54
"src"
65
]
76
},
8-
"mutators": {
9-
"@default": true
10-
},
117
"logs": {
12-
"text": "infection-log.txt"
13-
}
8+
"text": "php://stderr",
9+
"badge": {
10+
"branch": "master"
11+
}
12+
},
13+
"minMsi": 84,
14+
"minCoveredMsi": 100
1415
}

0 commit comments

Comments
 (0)