mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 09:38:22 +00:00
docs: update readme.md
This commit is contained in:
parent
9e4a813c70
commit
d73bed2a65
2 changed files with 5 additions and 1 deletions
1
.github/workflows/coverage.yml
vendored
1
.github/workflows/coverage.yml
vendored
|
|
@ -28,7 +28,6 @@ jobs:
|
|||
- run: npm install
|
||||
- run: npm run beforetest
|
||||
- run: npm run cover
|
||||
- run: npm run hello
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -9,10 +9,15 @@
|
|||
|
||||
|
||||
<p align="center">
|
||||
|
||||
<a title="CI" href="https://github.com/idrawjs/idraw/actions/workflows/node.js.yml">
|
||||
<img src="https://github.com/idrawjs/idraw/actions/workflows/node.js.yml/badge.svg?branch=main" alt="CI">
|
||||
<a>
|
||||
|
||||
<a href="https://codecov.io/gh/idrawjs/idraw">
|
||||
<img src="https://codecov.io/gh/idrawjs/idraw/branch/main/graph/badge.svg?token=MICIC9SCKY"/>
|
||||
</a>
|
||||
|
||||
<a href="https://www.npmjs.com/package/idraw">
|
||||
<img src="https://img.shields.io/npm/v/idraw.svg?sanitize=idraw" alt="Version">
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue