Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2023
1 parent 310faa5 commit f023356
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
badge=`echo $badge | sed 's/.$//'`
echo $badge
- name: Update README.md with Code Coverage Badge
run: sed -i -e "s|<coverage-badge>.*</coverage-badge>|<coverage-badge>$badge<r$RANDOM$RANDOM></coverage-badge>|g" README.md

- name: Upload Coverage Badge
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

[![](https://github.com/cctan777/test-wiki/wiki/test-wiki-coverage-badge.svg)](https://github.com/cctan777/test-wiki/wiki/test-wiki-coverage-results)

<r123>[![](https://img.shields.io/badge/Code%20Coverage-85%25-success?style=flat)](https://github.com/cctan777/test-wiki/wiki/test-wiki-coverage-results)<r1234>
<code-coverate>[![](https://img.shields.io/badge/Code%20Coverage-85%25-success?style=flat)](https://github.com/cctan777/test-wiki/wiki/test-wiki-coverage-results)<r1234></code-coverage>
2 changes: 1 addition & 1 deletion test-wiki-coverage-results.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Code Coverage](https://img.shields.io/badge/Code%20Coverage-85%25-success?style=flat)
![Code Coverage](https://img.shields.io/badge/Code%20Coverage-86%25-success?style=flat)

Package | Line Rate | Health
-------- | --------- | ------
Expand Down

0 comments on commit f023356

Please sign in to comment.