PermanentOrg / node-sdk

Node.js SDK for Permanent.org
GNU Affero General Public License v3.0
4 stars 2 forks source link

Remove codecov dependency and script #43

Closed jasonaowen closed 2 years ago

jasonaowen commented 2 years ago

Remove the cov:send npm script, and the dependency on codecov which provided its binary. The codecov binary is a tool to upload coverage reports to Codecov.io.

It looks like the GitHub repo does have a secret configured, CODECOVERAGEGITHUBTOKEN, and there is an empty repository in Codecov. However, as far as I can tell, we have never uploaded any coverage reports to it, and it is not part of our CI.

The codecov package is deprecated. The version we have also has insecure transitive dependencies.

Rather than figure out how to replace it, simply delete it.

This is an alternative to #42.