Skip to content

Commit

Permalink
update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Sep 3, 2024
1 parent 7b435b7 commit 7562898
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7562898

Please sign in to comment.