Skip to content

Commit

Permalink
- proper badges
Browse files Browse the repository at this point in the history
- dependabot config
  • Loading branch information
unixslayer committed Jun 22, 2021
1 parent 8a718d1 commit c6e2309
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
2 changes: 2 additions & 0 deletions .github/workflows/static-analyse.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: "Static analyse"

on:
push:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: "Tests"

on:
push:
pull_request:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ProophEventStore Symfony bundle
[![Build Status](https://travis-ci.org/prooph/event-store-symfony-bundle.svg?branch=master)](https://travis-ci.org/prooph/event-store-symfony-bundle)
[![Tests Status](https://github.com/prooph/event-store-symfony-bundle/actions/workflows/tests.yml/badge.svg)](https://github.com/prooph/event-store-symfony-bundle/actions/workflows/tests.yml)
[![Analyse Status](https://github.com/prooph/event-store-symfony-bundle/actions/workflows/static-analyse.yml/badge.svg)](https://github.com/prooph/event-store-symfony-bundle/actions/workflows/static-analyse.yml)
[![Coverage Status](https://coveralls.io/repos/prooph/event-store-symfony-bundle/badge.svg?branch=master&service=github)](https://coveralls.io/github/prooph/event-store-symfony-bundle?branch=master)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/prooph/improoph)

Expand Down

0 comments on commit c6e2309

Please sign in to comment.