pi-hole / api

The Pi-hole API
Other
162 stars 22 forks source link

Fix code coverage error by refreshing CI cache #211

Closed AzureMarker closed 5 years ago

AzureMarker commented 5 years ago

The code coverage profiling is failing on some PRs, likely due to a bad cache of coverage data introduced sometime during the code coverage introduction (while experimenting with options).

This will bump the cache version to start with a fresh cache. If this turns out to not fix it, we'll investigate it more.

codecov[bot] commented 5 years ago

Codecov Report

Merging #211 into development will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #211   +/-   ##
============================================
  Coverage        69.28%   69.28%           
============================================
  Files               91       91           
  Lines             6258     6258           
  Branches          1155     1155           
============================================
  Hits              4336     4336           
  Misses             979      979           
  Partials           943      943

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 e1cfeff...eec1103. Read the comment docs.