Skip to content

Commit 53e0b1c

Browse files
committed
Add status badges
1 parent baf6bbd commit 53e0b1c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
# sourecode/doctrine-extension-bundle
33

4+
[![Packagist Version](https://img.shields.io/packagist/v/sourecode/doctrine-extension-bundle.svg)](https://packagist.org/packages/sourecode/doctrine-extension-bundle)
5+
[![Downloads](https://img.shields.io/packagist/dt/sourecode/doctrine-extension-bundle.svg)](https://packagist.org/packages/sourecode/doctrine-extension-bundle)
6+
[![CI](https://github.com/SoureCode/DoctrineExtensionBundle/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/SoureCode/DoctrineExtensionBundle/actions/workflows/ci.yml)
7+
[![codecov](https://codecov.io/gh/SoureCode/DoctrineExtensionBundle/branch/master/graph/badge.svg?token=GBFBVXQYK4)](https://codecov.io/gh/SoureCode/DoctrineExtensionBundle)
8+
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FSoureCode%2FDoctrineExtensionBundle%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/SoureCode/DoctrineExtensionBundle/master)
9+
410
Enhances Doctrine with:
511

612
- **Timestampable**: Automatically manage creation/update timestamps. (`createdAt`, `updatedAt`)

0 commit comments

Comments
 (0)