Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 17, 2024
1 parent 18a49d4 commit 0ebb027
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Cron Builder - Generate a crontab from a config directory

[![Latest Version][ico-version]][link-packagist]
[![Latest Unstable Version][ico-unstable-version]][link-packagist]
[![Software License][ico-license]](LICENSE)
[![Build Status][ico-github-actions]][link-github-actions]
[![Coverage Status][ico-code-coverage]][link-code-coverage]
[![Mutation testing][ico-infection]][link-infection]

Build your crontab from configuration files in your repository. The configuration files are written in PHP and can be placed anywhere in your repository.

Expand Down Expand Up @@ -82,11 +82,12 @@ You can save this in a file named `crontab.txt` and add it to your crontab like
```

[ico-version]: https://poser.pugx.org/setono/cron-builder/v/stable
[ico-unstable-version]: https://poser.pugx.org/setono/cron-builder/v/unstable
[ico-license]: https://poser.pugx.org/setono/cron-builder/license
[ico-github-actions]: https://github.com/Setono/cron-builder/workflows/build/badge.svg
[ico-code-coverage]: https://codecov.io/gh/Setono/cron-builder/branch/master/graph/badge.svg
[ico-infection]: https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2FSetono%2Fcron-builder%2F1.x

[link-packagist]: https://packagist.org/packages/setono/cron-builder
[link-github-actions]: https://github.com/Setono/cron-builder/actions
[link-code-coverage]: https://codecov.io/gh/Setono/cron-builder
[link-infection]: https://dashboard.stryker-mutator.io/reports/github.com/Setono/cron-builder/1.x

0 comments on commit 0ebb027

Please sign in to comment.