ArkEcosystemArchive / cpp-crypto

A simple Cryptography Implementation in C++ for the Ark Blockchain.
MIT License
13 stars 10 forks source link

ci: ignore incorrectly missed lines for coverage #221

Closed sleepdefic1t closed 4 years ago

sleepdefic1t commented 4 years ago

Summary

This PR hides the incorrectly missed lines from CodeCov per lcov: geninfo docs.

The C++ Crypto SDK would not work if these lines weren't actually called.

This PR also brings coverage to 100%

Checklist

codecov[bot] commented 4 years ago

Codecov Report

Merging #221 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #221   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           49     49           
  Lines         1155   1155           
======================================
  Hits          1155   1155

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0bfb517...a6342ac. Read the comment docs.

sleepdefic1t commented 4 years ago

@faustbrian This one’s good to go 👍