Skip to content

Commit

Permalink
badge ui update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xlucyfer authored and 0xlucyfer committed Sep 11, 2023
1 parent bfbd1c7 commit 19f3e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 '%')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19f3e7c

Please sign in to comment.