From 7562898512672d58ee9332a7220f9b97e8ede290 Mon Sep 17 00:00:00 2001 From: hoc081098 Date: Tue, 3 Sep 2024 20:46:21 +0700 Subject: [PATCH] update codecov --- .github/workflows/dart.yml | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 2f1635f..f42400f 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -58,4 +58,8 @@ jobs: - name: Format coverage run: dart pub global run coverage:format_coverage --lcov --in=coverage.json --out=lcov.info --report-on=lib - - uses: codecov/codecov-action@v3.1.1 + - uses: codecov/codecov-action@v4.1.0 + with: + fail_ci_if_error: true # optional (default = false) + token: ${{ secrets.CODECOV_TOKEN }} # required + verbose: true # optional (default = false) diff --git a/README.md b/README.md index 84e6a1b..9617933 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Dart CI](https://github.com/hoc081098/cancellation_token_hoc081098/actions/workflows/dart.yml/badge.svg)](https://github.com/hoc081098/cancellation_token_hoc081098/actions/workflows/dart.yml) [![Pub](https://img.shields.io/pub/v/cancellation_token_hoc081098)](https://pub.dev/packages/cancellation_token_hoc081098) [![Pub](https://img.shields.io/pub/v/cancellation_token_hoc081098?include_prereleases)](https://pub.dev/packages/cancellation_token_hoc081098) -[![codecov](https://codecov.io/gh/hoc081098/cancellation_token_hoc081098/branch/master/graph/badge.svg)](https://codecov.io/gh/hoc081098/cancellation_token_hoc081098) +[![codecov](https://codecov.io/gh/hoc081098/cancellation_token_hoc081098/graph/badge.svg?token=I9JJ1QNGcs)](https://codecov.io/gh/hoc081098/cancellation_token_hoc081098) [![GitHub](https://img.shields.io/github/license/hoc081098/cancellation_token_hoc081098)](https://opensource.org/licenses/MIT) [![Style](https://img.shields.io/badge/style-lints-40c4ff.svg)](https://pub.dev/packages/lints) [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fhoc081098%2Fcancellation_token_hoc081098&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)