From 19f3e7cdc7be4d032842d1dcf6f4fe31aa0e7b92 Mon Sep 17 00:00:00 2001 From: 0xlucyfer Date: Mon, 11 Sep 2023 10:47:13 -0700 Subject: [PATCH] badge ui update --- .github/workflows/coverage.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 137d12a..e4f05d6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -41,7 +41,7 @@ jobs: echo "Generated Badge URL: $BADGE_URL" # Update the README with the new badge URL - sed -i.bak "s|https://img.shields.io/badge/.*-Coverage:.*-brightgreen.svg|$BADGE_URL|g" README.md + sed -i.bak "s|https://img.shields.io/badge/VRF.py-Coverage:.*-brightgreen.svg|$BADGE_URL|g" README.md # COVERAGE=$(grep 'TOTAL' coverage.txt | awk '{print $NF}' | tr -d '%') diff --git a/README.md b/README.md index 3753814..fc74f99 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ VRF.py provides an implementation of a Verifiable Random Function (VRF) to ensure the randomness and fairness of a game. The script contains functions to generate seeds, proofs, and random values, and to verify the outcome of a game. -![Coverage](https://img.shields.io/badge/Coverage-XX%-brightgreen.svg) +![Coverage](https://img.shields.io/badge/VRF.py-Coverage:XX%-brightgreen.svg) # Table of Contents