code-complexity icon indicating copy to clipboard operation
code-complexity copied to clipboard

Deprecated code-cov dependency.

Open medic-code opened this issue 2 years ago • 1 comments

Hi,

I noticed when I did manage to install the dependencies that I got this about code-cov

npm WARN deprecated [email protected]: https://about.codecov.io/blog/codecov-uploader-deprecation-plan/

Looking at the website it looks like its been deprecated now but on a quick glance looks like its not something you install as a dependency. Is this dependency used now ? I looked back in the commit history and see that nyc is used for code coverage rather than codecov.

medic-code avatar May 08 '23 16:05 medic-code

Hi there,

Sorry for the delay, I released a fix in an alpha version for the incoming v5. You can try it out here like this: npx code-complexity@alpha . --filter "**/*.ts" --sort=score -cs halstead

simonrenoult avatar Aug 21 '25 22:08 simonrenoult