Skip to content

Commit 651667b

Browse files
committed
docs: apply dynamic badge in README.md
1 parent 47d668d commit 651667b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage-badge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
auth: ${{ secrets.GIST_SECRET }}
4646
gistID: e115a2922ddd4f9f897b6e2c15d6c071 # https://gist.github.com/EchoEllet/e115a2922ddd4f9f897b6e2c15d6c071
4747
filename: native-image-picker-macos-coverage-badge.json
48-
label: coverage
48+
label: 'Dart Coverage'
4949
message: ${{ steps.coverage-extractor.outputs.COVERAGE }}%
5050
valColorRange: ${{ steps.coverage-extractor.outputs.COVERAGE }}
5151
minColorRange: 0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://pub.dev/packages/native_image_picker_macos"><img src="https://img.shields.io/pub/v/native_image_picker_macos" alt="Pub Version"></a>
55
<a href="https://github.com/CompileKernel/native-image-picker-macos"><img src="https://img.shields.io/github/stars/CompileKernel/native-image-picker-macos" alt="Star on Github"></a>
66
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-purple.svg" alt="License: MIT"></a>
7-
<a href="https://github.com/CompileKernel/native-image-picker-macos"><img src="https://img.shields.io/badge/Dart%20Code%20Coverage-100%25-brightgreen" alt="Dart Code Coverage"></a>
7+
<a href="https://github.com/CompileKernel/native-image-picker-macos/actions"><img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/EchoEllet/e115a2922ddd4f9f897b6e2c15d6c071/raw/f124cf89029e23dab8889cedcd611eee62f6b23b/native-image-picker-macos-coverage-badge.json" alt="Dart Coverage"></a>
88
</p>
99

1010
A macOS platform implementation of [`image_picker`](https://pub.dev/packages/image_picker)

0 commit comments

Comments
 (0)