Closed elchininet closed 3 weeks ago
@NemesisRE,
If you register the repo in Coveralls I can make the proper changes to start showing a coverage badge in the README of the repo. 85%
is a good level to start showing in a badge 🙂
I have registered the repo and added the token as secret 😄
added the token as secret
I think that it is not necessary if we use the Coveralls action, but good to have it there just in case we need it. Just make sure that this is enabled in Settings > Code and automation > Actions > General
This pull request removes the
getPromisableElement
utility and replace it by thegetPromisableResult
utility from get-promisable-result. This removes some uncovered branches from the end-to-end tests and slightly increases the coverage from84.67%
to85.51%
.