cppalliance / NuDB

NuDB: A fast key/value insert-only database for SSD drives in C++11
Boost Software License 1.0
384 stars 59 forks source link

Remove coveralls test #89

Closed sdarwin closed 3 years ago

sdarwin commented 3 years ago

It is possible to enable the coveralls test by adding a secret in Drone settings named coveralls_repo_token. This will be loaded in the .drone.star file

 'COVERALLS_REPO_TOKEN': {'from_secret': 'coveralls_repo_token'}}

Or, optionally, merge the change included here which will remove coveralls.

codecov[bot] commented 3 years ago

Codecov Report

Merging #89 (9674e43) into develop (ae813ca) will increase coverage by 0.38%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #89      +/-   ##
===========================================
+ Coverage    92.93%   93.31%   +0.38%     
===========================================
  Files           29       29              
  Lines         1825     1825              
===========================================
+ Hits          1696     1703       +7     
+ Misses         129      122       -7     
Impacted Files Coverage Δ
include/nudb/impl/context.ipp 85.59% <0.00%> (+5.93%) :arrow_up:

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 ae813ca...9674e43. Read the comment docs.