Skip to content

Commit 923b56e

Browse files
authored
Merge pull request #9 from nighca/badget
Add badgets
2 parents 0165645 + 2eb2a9d commit 923b56e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ jobs:
2929
npm run ci
3030
env:
3131
CI: true
32+
- name: Collect coverage info to Coveralls
33+
uses: coverallsapp/[email protected]
34+
with:
35+
github-token: ${{ secrets.GITHUB_TOKEN }}
36+
path-to-lcov: ./coverage/lcov.info

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# formstate-x
22

3+
[![](https://github.com/qiniu/formstate-x/workflows/CI/badge.svg)](https://github.com/qiniu/formstate-x/actions?query=workflow%3ACI+branch%3Amaster)
4+
[![Coverage Status](https://coveralls.io/repos/github/qiniu/formstate-x/badge.svg?branch=master)](https://coveralls.io/github/qiniu/formstate-x?branch=master)
5+
[![](https://github.com/qiniu/formstate-x/workflows/Doc/badge.svg)](https://github.com/qiniu/formstate-x/actions?query=workflow%3ADoc+branch%3Amaster)
6+
[![](https://github.com/qiniu/formstate-x/workflows/Publish/badge.svg)](https://github.com/qiniu/formstate-x/actions?query=workflow%3APublish+branch%3Amaster)
7+
38
Manage the state of your form with ease, inspired by awesome [formstate](https://github.com/formstate/formstate). formstate-x maintains and validates form state for you, totally automatically.
49

510
What we offer:

0 commit comments

Comments
 (0)