Skip to content

Commit c7c06ea

Browse files
committed
Add shepherd, stryker, and codeclimate badges
1 parent 2e9af96 commit c7c06ea

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Antidot Framework Runtime
22
=================
33

4-
[![Code Coverage](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/?branch=master)
5-
[![Build Status](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/badges/build.png?b=master)](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/build-status/master)
6-
[![Code Intelligence Status](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
7-
[![Maintainability](https://api.codeclimate.com/v1/badges/0e1302d3e8c732c071ca/maintainability)](https://codeclimate.com/github/antidot-framework/antidot-framework/maintainability)
4+
[![Test Coverage](https://codecov.io/gh/antidot-framework/runtime/branch/1.x.x/graph/badge.svg?token=OWG9OZO6B5)](https://codecov.io/gh/antidot-framework/runtime)
5+
[![Type coverage](https://shepherd.dev/github/antidot-framework/runtime/coverage.svg)](https://shepherd.dev/github/pheature-flags/pheature-flags)
6+
[![Mutation Coverage](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fantidot-framework%2Fruntime%2F1.x.x)](https://dashboard.stryker-mutator.io/reports/github.com/antidot-framework/runtime/1.x.x)
7+
[![Maintainability](https://api.codeclimate.com/v1/badges/346aa65dc748a4b2d271/maintainability)](https://codeclimate.com/github/antidot-framework/runtime/maintainability)
8+
9+
The Runtime allows running Antidot Framework applications both sync as in async way.
810

911
## Requirements
1012

11-
* PHP >= 7.2.13 for 0.0.x
12-
* PHP >= 7.4.0 for current
13+
* PHP >= >=8.1

0 commit comments

Comments
 (0)