openwhisk-wskdeploy icon indicating copy to clipboard operation
openwhisk-wskdeploy copied to clipboard

Add code coverage tooling & badge

Open mrutkows opened this issue 7 years ago • 1 comments

There are choices for code coverage automation. For example, main OW added this PR: https://github.com/apache/incubator-openwhisk/pull/3249/files

We can select what is correct for wskdeploy and GoLang, but ultimately want to have codecov "badge" for this and all release repos.

Once completed, we should strive to achieve 100% and/or document where coverage is not possible.

mrutkows avatar Apr 26 '18 19:04 mrutkows

codecov is very good, we have in the clien-js repo 99% https://github.com/apache/incubator-openwhisk-client-js

We also have a code style at 99%

csantanapr avatar Apr 26 '18 19:04 csantanapr