Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Feb 14, 2021
1 parent 956b369 commit 756f248
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
@@ -1,9 +1,8 @@
# CommandBus

| `develop` |
|-----------|
| [![codecov](https://codecov.io/gh/Innmind/CommandBus/branch/develop/graph/badge.svg)](https://codecov.io/gh/Innmind/CommandBus) |
| [![Build Status](https://github.com/Innmind/CommandBus/workflows/CI/badge.svg)](https://github.com/Innmind/CommandBus/actions?query=workflow%3ACI) |
[![Build Status](https://github.com/innmind/commandbus/workflows/CI/badge.svg?branch=master)](https://github.com/innmind/commandbus/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/innmind/commandbus/branch/develop/graph/badge.svg)](https://codecov.io/gh/innmind/commandbus)
[![Type Coverage](https://shepherd.dev/github/innmind/commandbus/coverage.svg)](https://shepherd.dev/github/innmind/commandbus)

Simple library to route a command to its handler, the interface allows you to compose buses to add capabilities. Each handler must be a `callable`.

Expand Down

0 comments on commit 756f248

Please sign in to comment.