Skip to content

Commit 69fe710

Browse files
authored
Fix coverage badge in the readme
1 parent cfadd9d commit 69fe710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Latest Stable Version](https://poser.pugx.org/facile-it/terminable-loop-command/version)](https://packagist.org/packages/facile-it/terminable-loop-command)
44
[![Latest Unstable Version](https://poser.pugx.org/facile-it/terminable-loop-command/v/unstable)](//packagist.org/packages/facile-it/terminable-loop-command)
55
[![Build Status](https://travis-ci.org/facile-it/terminable-loop-command.svg?branch=master)](https://travis-ci.org/facile-it/terminable-loop-command)
6-
[![Coverage Status](https://coveralls.io/repos/github/facile-it/terminable-loop-command/badge.svg?branch=master)](https://coveralls.io/github/facile-it/terminable-loop-command?branch=master)
6+
[![Coverage Status](https://coveralls.io/repos/github/facile-it/terminable-loop-command/badge.svg)](https://coveralls.io/github/facile-it/terminable-loop-command?branch=master)
77

88
A Shell+PHP combination to run Symfony console commands in loop under a daemon or Kubernetes, instead of using a long running process.
99

0 commit comments

Comments
 (0)