holoviz / datashader

Quickly and accurately render even the largest data.
http://datashader.org
BSD 3-Clause "New" or "Revised" License
3.24k stars 363 forks source link

Update codecov configuration #1292

Closed ianthomas23 closed 8 months ago

ianthomas23 commented 8 months ago

Update codecov configuration so that reporting is more informative, and allow a slight reduction in coverage to still be classified as passing, otherwise PRs that update CUDA code will always be reported as failing coverage changes as CUDA code is not exercised by our Github Actions.

ianthomas23 commented 8 months ago

Closes #1274.

codecov[bot] commented 8 months ago

Codecov Report

Merging #1292 (7974085) into main (ebae7d0) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1292   +/-   ##
=======================================
  Coverage   85.77%   85.77%           
=======================================
  Files          52       52           
  Lines       10974    10974           
=======================================
  Hits         9413     9413           
  Misses       1561     1561           
ianthomas23 commented 8 months ago

This improves the situation so merging.