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 f023356 commit 3f7231f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
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
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
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)

<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>
<coverage-badge>[![](https://img.shields.io/badge/Code%20Coverage-85%25-success?style=flat)](https://github.com/cctan777/test-wiki/wiki/test-wiki-coverage-results)<r1234></coverage-badge>

0 comments on commit 3f7231f

Please sign in to comment.