|
3 | 3 | > Measure the churn/complexity score. Higher scores reveal hotspots where |
4 | 4 | > refactorings should happen. |
5 | 5 |
|
6 | | -[![Style Status][style-image]][style-url] |
| 6 | +[![CI][gh-actions-image]][gh-ci-url] |
7 | 7 | [![NPM Version][npm-image]][npm-url] |
| 8 | +[![Style Status][style-image]][style-url] |
8 | 9 |
|
9 | 10 | Quoting Michael Feathers (source [here][michael-feathers-source]): |
10 | 11 |
|
@@ -107,12 +108,10 @@ A special thanks to a few contributors that helped me make `code-complexity` bet |
107 | 108 | - Alexander Dormann (alexdo) for fixing the `ENOBUFS` (and apologies for stealing your code). |
108 | 109 | - Scott Brooks (scottamplitude) for initiating the work on complexity strategies |
109 | 110 |
|
110 | | -[michael-feathers-source]: https://www.stickyminds.com/article/getting-empirical-about-refactoring |
111 | | -[travis-image]: https://img.shields.io/travis/simonrenoult/code-complexity/master.svg?style=flat-square |
112 | | -[travis-url]: https://travis-ci.org/simonrenoult/code-complexity |
113 | | -[style-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square |
| 111 | +[gh-actions-image]: https://github.com/simonrenoult/code-complexity/actions/workflows/ci.yml/badge.svg |
| 112 | +[gh-ci-url]: https://github.com/simonrenoult/code-complexity/actions/workflows/ci.yml |
114 | 113 | [style-url]: https://prettier.io/ |
115 | | -[coverage-image]: https://img.shields.io/codecov/c/github/simonrenoult/code-complexity.svg?style=flat-square |
116 | | -[coverage-url]: https://codecov.io/gh/simonrenoult/code-complexity/branch/master |
| 114 | +[style-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square |
117 | 115 | [npm-image]: https://img.shields.io/npm/v/code-complexity.svg?style=flat-square |
118 | 116 | [npm-url]: https://www.npmjs.com/package/code-complexity |
| 117 | +[michael-feathers-source]: https://www.stickyminds.com/article/getting-empirical-about-refactoring |
0 commit comments