From caabe1574de5c3b620105c7cc398e9bdba71dd3c Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Thu, 20 Apr 2023 17:13:17 +0200 Subject: [PATCH 1/2] fix badges --- pkgs/c_compiler/README.md | 2 +- pkgs/native_assets_cli/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/c_compiler/README.md b/pkgs/c_compiler/README.md index 101db9a1ae..a14dc7e78a 100644 --- a/pkgs/c_compiler/README.md +++ b/pkgs/c_compiler/README.md @@ -1,4 +1,4 @@ -[![package:c_compiler](https://github.com/dart-lang/native/actions/workflows/c_compiler.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/c_compiler.yaml) +[![dart](https://github.com/dart-lang/native/actions/workflows/dart.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/dart.yaml) [![pub package](https://img.shields.io/pub/v/c_compiler.svg)](https://pub.dev/packages/c_compiler) [![Coverage Status](https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main)](https://coveralls.io/github/dart-lang/native?branch=main) diff --git a/pkgs/native_assets_cli/README.md b/pkgs/native_assets_cli/README.md index 3822de5358..f6ac46f3b0 100644 --- a/pkgs/native_assets_cli/README.md +++ b/pkgs/native_assets_cli/README.md @@ -1,4 +1,4 @@ -[![package:native_assets_cli](https://github.com/dart-lang/native/actions/workflows/native_assets_cli.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/native_assets_cli.yaml) +[![package:native_assets_cli](https://github.com/dart-lang/native/actions/workflows/dart.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/dart.yaml) [![pub package](https://img.shields.io/pub/v/native_assets_cli.svg)](https://pub.dev/packages/native_assets_cli) [![Coverage Status](https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main)](https://coveralls.io/github/dart-lang/native?branch=main) From 9ddb5c44498d076383f1e4b66b9fcc16cee5f0cc Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Thu, 20 Apr 2023 17:15:26 +0200 Subject: [PATCH 2/2] Add badges to top level readme as well --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ca78ab426b..7a60543847 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![dart](https://github.com/dart-lang/native/actions/workflows/dart.yaml/badge.svg)](https://github.com/dart-lang/native/actions/workflows/dart.yaml) +[![Coverage Status](https://coveralls.io/repos/github/dart-lang/native/badge.svg?branch=main)](https://coveralls.io/github/dart-lang/native?branch=main) + ## Overview This repository is home to Dart packages related to FFI and native assets