From 4e406febbb520881f1a01641f8ce1684ca8a58bb Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Sat, 2 Dec 2023 01:03:48 +0100 Subject: [PATCH] Add fancy badges --- .github/workflows/ci.yaml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff8da5d..0ab3585 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,7 +79,7 @@ jobs: hide_complexity: true indicators: true output: both - thresholds: '50 80' + thresholds: '80 90' - name: Add Coverage PR Comment uses: marocchino/sticky-pull-request-comment@v2 diff --git a/README.md b/README.md index cac628d..52201df 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Latest Stable Version](https://poser.pugx.org/omines/datatables-bundle/version)](https://packagist.org/packages/omines/datatables-bundle) [![Total Downloads](https://poser.pugx.org/omines/datatables-bundle/downloads)](https://packagist.org/packages/omines/datatables-bundle) [![Latest Unstable Version](https://poser.pugx.org/omines/datatables-bundle/v/unstable)](//packagist.org/packages/omines/datatables-bundle) +[![automated-testing](https://github.com/omines/datatables-bundle/actions/workflows/ci.yaml/badge.svg?branch=master&event=push)](https://github.com/omines/datatables-bundle/actions/workflows/ci.yaml) +[![codecov](https://codecov.io/gh/omines/datatables-bundle/graph/badge.svg?token=so9Qzps6jl)](https://codecov.io/gh/omines/datatables-bundle) [![License](https://poser.pugx.org/omines/datatables-bundle/license)](https://packagist.org/packages/omines/datatables-bundle) This bundle provides convenient integration of the popular [DataTables](https://datatables.net/) jQuery library