Skip to content

Commit

Permalink
feat: test monorepo coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
aelf-lxy committed Aug 2, 2024
1 parent 997166c commit be4b8e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to npm
name: Publish
env:
CI: true
on:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</a>
<img alt="NPM" src="https://img.shields.io/npm/l/aelf-web-login">
<a href="http://commitizen.github.io/cz-cli/"><img alt="Commitizen friendly" src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg"></a>
<a href="https://github.com/AElfProject/aelf-web-login/actions/workflows/coverage.yml">
<img alt="coverage" src="https://github.com/AElfProject/aelf-web-login/actions/workflows/coverage.yml/badge.svg">
<a href="https://github.com/AElfProject/aelf-web-login/actions/workflows/publish.yml">
<img alt="coverage" src="https://github.com/AElfProject/aelf-web-login/actions/workflows/publish.yml/badge.svg">
</a>
</p>

Expand All @@ -21,7 +21,7 @@

| package | Tests | Coverage |
| --- | --- | --- |
| @aelf-web-login/utils | ![GitHub Workflow Test Status](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AElfProject/aelf-web-login/feature/badge-json/feature-badge-new-utils-test-results.json) | [![Coverage](https://aelfproject.github.io/aelf-web-login/coverage-base/badge.svg)](https://github.com/AElfProject/aelf-web-login/actions) |
| @aelf-web-login/utils | ![GitHub Workflow Test Status](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AElfProject/aelf-web-login/feature/badge-json/feature-badge-new-utils-test-results.json) | [![Coverage](https://aelfproject.github.io/aelf-web-login/coverage-utils/badge.svg)](https://github.com/AElfProject/aelf-web-login/actions) |
| @aelf-web-login/base | ![GitHub Workflow Test Status](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AElfProject/aelf-web-login/feature/badge-json/feature-badge-new-base-test-results.json) | [![Coverage](https://aelfproject.github.io/aelf-web-login/coverage-base/badge.svg)](https://github.com/AElfProject/aelf-web-login/actions) |

# Install
Expand Down

0 comments on commit be4b8e2

Please sign in to comment.