Skip to content

Commit cbcc6b8

Browse files
committed
docs: update README
1 parent 6c981f1 commit cbcc6b8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[![NPM Version][npm-image]][downloads-url]
44
[![NPM Downloads][downloads-image]][downloads-url]
55
[![NPM License][license-image]][downloads-url]
6-
[![Test Workflow Status][test-workflow-image]][downloads-url]
6+
[![Test Workflow Status][test-workflow-image]][workflow-url]
7+
[![Test Coverage][test-coverage-image]][test-coverage-url]
78

89

910
ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder.
@@ -87,4 +88,8 @@ Then configure the rules you want to use under the rules section.
8788
[downloads-image]: https://img.shields.io/npm/dm/eslint-plugin-check-file.svg
8889
[license-image]: https://img.shields.io/npm/l/eslint-plugin-check-file
8990
[test-workflow-image]: https://img.shields.io/github/actions/workflow/status/DukeLuo/eslint-plugin-check-file/test.yml?label=test
91+
[test-coverage-image]: https://img.shields.io/codecov/c/gh/DukeLuo/eslint-plugin-check-file
92+
9093
[downloads-url]: https://www.npmjs.com/package/eslint-plugin-check-file
94+
[workflow-url]: https://github.com/DukeLuo/eslint-plugin-check-file/actions
95+
[test-coverage-url]: https://app.codecov.io/gh/DukeLuo/eslint-plugin-check-file

0 commit comments

Comments
 (0)