From bc2129ef912a7ff6d6bdf1eec6b0999f55f86ceb Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Fri, 28 Jun 2024 15:05:46 +0100 Subject: [PATCH] [chore] Minor badges adjustments (#411) --- .github/workflows/ci.yaml | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c945fc4f0..dd2befb94 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -179,7 +179,7 @@ jobs: uses: emibcn/badge-action@808173dd03e2f30c980d03ee49e181626088eee8 if: steps.publish.outputs.badge with: - label: 'Tests ${{ env.BADGE_NAME }}' + label: 'Tests ${{ env.NAME }}' status: '${{ fromJSON( steps.test-results.outputs.json ).stats.tests_succ }} success, ${{ fromJSON( steps.test-results.outputs.json ).stats.tests_skip }} skip, ${{ fromJSON( steps.test-results.outputs.json ).stats.tests_fail }} failures, ${{ fromJSON( steps.test-results.outputs.json ).stats.tests_error }} errors, ${{ fromJSON( steps.test-results.outputs.json ).stats.tests }} total' color: ${{ env.BADGE_COLOR }} path: badge-${{ env.BADGE_NAME }}.svg diff --git a/README.md b/README.md index b74a45a48..4d936bcf1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Chicory Runtime [![Interpreter Test Results](https://gist.githubusercontent.com/andreaTP/69354d1cc6cf23e4c3c4a9a8daf7ea15/raw/badge-interpreter.svg)](https://gist.githubusercontent.com/andreaTP/69354d1cc6cf23e4c3c4a9a8daf7ea15/raw/badge-interpreter.svg) - [![AOT Test Results](https://gist.githubusercontent.com/andreaTP/69354d1cc6cf23e4c3c4a9a8daf7ea15/raw/badge-aot.svg)](https://gist.githubusercontent.com/andreaTP/69354d1cc6cf23e4c3c4a9a8daf7ea15/raw/badge-aot.svg) - [![WASI Test Results](https://gist.githubusercontent.com/andreaTP/69354d1cc6cf23e4c3c4a9a8daf7ea15/raw/badge-wasi.svg)](https://gist.githubusercontent.com/andreaTP/69354d1cc6cf23e4c3c4a9a8daf7ea15/raw/badge-wasi.svg) [![Zulip](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://chicory.zulipchat.com/join/g4gqsxoys6orfxlrk6hn4cyp/)