Skip to content

Commit 9c673fa

Browse files
committed
chore: add coverage and build statuses to readme
1 parent 7a9b236 commit 9c673fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ A lightweight library for dynamically validate Angular reactive forms using [cla
99
<a href="https://www.npmjs.com/package/ngx-reactive-form-class-validator">
1010
<img src="https://img.shields.io/bundlephobia/min/ngx-reactive-form-class-validator" alt="npm minified size" />
1111
</a>&nbsp;
12+
<a href="https://codecov.io/gh/abarghoud/ngx-reactive-form-class-validator">
13+
<img src="https://img.shields.io/codecov/c/github/abarghoud/ngx-reactive-form-class-validator?color=green" alt="Code coverage" />
14+
</a>&nbsp;
15+
<a href="https://app.circleci.com/pipelines/github/abarghoud/ngx-reactive-form-class-validator">
16+
<img src="https://img.shields.io/circleci/build/github/abarghoud/ngx-reactive-form-class-validator/main" alt="Build status" />
17+
</a>&nbsp;
1218
</p>
1319

1420
## Table of contents

0 commit comments

Comments
 (0)