From 2f996bec4804628ef1f394bd6f5a4a6c375c87d8 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 11 Oct 2021 18:51:00 -0700 Subject: [PATCH] Added Codecov badge. --- .github/workflows/dart.yml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 5491688..ce3ceb4 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -30,4 +30,4 @@ jobs: name: Publish coverage to Codecov with: fail_ci_if_error: true - verbose: true + verbose: false diff --git a/README.md b/README.md index b183318..3ed52dd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) [![GitHub CI](https://github.com/ethauvin/dcat/actions/workflows/dart.yml/badge.svg)](https://github.com/ethauvin/dcat/actions/workflows/dart.yml) +[![codecov](https://codecov.io/gh/ethauvin/dcat/branch/master/graph/badge.svg?token=9PC4K4IZXJ)](https://codecov.io/gh/ethauvin/dcat) # dcat: Concatenate File(s) to Standard Output