Skip to content

Commit

Permalink
Add shepherd, stryker, and codeclimate badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Nov 28, 2021
1 parent 2e9af96 commit c7c06ea
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Antidot Framework Runtime
=================

[![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)
[![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)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/badges/code-intelligence.svg?b=master)](https://scrutinizer-ci.com/code-intelligence)
[![Maintainability](https://api.codeclimate.com/v1/badges/0e1302d3e8c732c071ca/maintainability)](https://codeclimate.com/github/antidot-framework/antidot-framework/maintainability)
[![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)
[![Type coverage](https://shepherd.dev/github/antidot-framework/runtime/coverage.svg)](https://shepherd.dev/github/pheature-flags/pheature-flags)
[![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)
[![Maintainability](https://api.codeclimate.com/v1/badges/346aa65dc748a4b2d271/maintainability)](https://codeclimate.com/github/antidot-framework/runtime/maintainability)

The Runtime allows running Antidot Framework applications both sync as in async way.

## Requirements

* PHP >= 7.2.13 for 0.0.x
* PHP >= 7.4.0 for current
* PHP >= >=8.1

0 comments on commit c7c06ea

Please sign in to comment.