Skip to content

Commit 68537f2

Browse files
committed
add badges
1 parent 04a1452 commit 68537f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/mutation-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,5 @@ jobs:
5858
- name: "Infection"
5959
run: "vendor/bin/infection"
6060
env:
61-
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
6261
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
6362

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/antidot-framework/antidot-event-dispatcher/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/antidot-framework/antidot-event-dispatcher/?branch=master)
44
[![Code Coverage](https://scrutinizer-ci.com/g/antidot-framework/antidot-event-dispatcher/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/antidot-framework/antidot-event-dispatcher/?branch=master)
5-
[![Build Status](https://scrutinizer-ci.com/g/antidot-framework/antidot-event-dispatcher/badges/build.png?b=master)](https://scrutinizer-ci.com/g/antidot-framework/antidot-event-dispatcher/build-status/master)
6-
[![Code Intelligence Status](https://scrutinizer-ci.com/g/antidot-framework/antidot-event-dispatcher/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
5+
[![Infection MSI](https://badge.stryker-mutator.io/github.com/antidot-framework/antidot-event-dispatcher/3.x.x)](https://infection.github.io)
6+
[![Type Coverage](https://shepherd.dev/github/antidot-framework/antidot-event-dispatcher/coverage.svg)](https://shepherd.dev/github/antidot-framework/antidot-event-dispatcher)
7+
[![Build Status](https://scrutinizer-ci.com/g/antidot-framework/antidot-event-dispatcher/badges/build.png?b=master)](https://scrutinizer-ci.com/g/antidot-framework/antidot-event-dispatcher/build-status/3.x.x)
78
[![Maintainability](https://api.codeclimate.com/v1/badges/6568ab3621bae2850e6d/maintainability)](https://codeclimate.com/github/kpicaza/antidot-event-dispatcher/maintainability)
89

910
[Psr 14 Event dispatcher](https://github.com/php-fig/event-dispatcher) implementation.

infection.json.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"logs": {
1111
"badge": {
12-
"branch": "1.x.x"
12+
"branch": "3.x.x"
1313
},
1414
"text": "infection.log"
1515
}

0 commit comments

Comments
 (0)