From 4729dc3417b2d946465e578552d3c3206b7c0c7e Mon Sep 17 00:00:00 2001 From: tienvx Date: Sat, 2 Oct 2021 19:31:59 +0700 Subject: [PATCH] Show actions and coveralls badges --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de5b53c..65fabb3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# UX Collection JS +# UX Collection JS [![Build Status][actions_badge]][actions_link] [![Coverage Status][coveralls_badge]][coveralls_link] UX collection JS is a Symfony bundle providing Symfony UX integration for collection form type with the help from [Symfony Collection JS](https://github.com/ruano-a/symfonyCollectionJs) library. @@ -55,3 +55,9 @@ Please make sure to update tests as appropriate. ## License [MIT](LICENSE) + +[actions_badge]: https://github.com/tienvx/ux-collection-js/workflows/main/badge.svg +[actions_link]: https://github.com/tienvx/ux-collection-js/actions + +[coveralls_badge]: https://coveralls.io/repos/tienvx/ux-collection-js/badge.svg?branch=master&service=github +[coveralls_link]: https://coveralls.io/github/tienvx/ux-collection-js?branch=master