deepcharles / ruptures

ruptures: change point detection in Python
BSD 2-Clause "Simplified" License
1.59k stars 162 forks source link

ci: do not run tests when only documentation is modified #208

Closed oboulant closed 2 years ago

oboulant commented 2 years ago

Prevent the two following GH Actions to run when only documentation is modified :

codecov[bot] commented 2 years ago

Codecov Report

Merging #208 (c01c3e1) into master (2e7306e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #208   +/-   ##
=======================================
  Coverage   96.70%   96.70%           
=======================================
  Files          40       40           
  Lines         972      972           
=======================================
  Hits          940      940           
  Misses         32       32           

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 2e7306e...c01c3e1. Read the comment docs.

deepcharles commented 2 years ago

My thoughts exactly! Thanks