deepcharles / ruptures

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

build: do not run tests when modifying the docs #217

Closed deepcharles closed 2 years ago

deepcharles commented 2 years ago

Do not run long tests when only the docs is modified.

codecov[bot] commented 2 years ago

Codecov Report

Merging #217 (e4ef499) into master (1def4ff) will not change coverage. The diff coverage is n/a.

:exclamation: Current head e4ef499 differs from pull request most recent head fe86782. Consider uploading reports for the commit fe86782 to get more accurate results Impacted file tree graph

@@      Coverage Diff      @@
##   master   #217   +/-   ##
=============================
=============================

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 1def4ff...fe86782. Read the comment docs.

deepcharles commented 2 years ago

Some checks failed for some unknown reason, but since the code did not change, we can overlook that.

oboulant commented 2 years ago

Some checks failed for some unknown reason, but since the code did not change, we can overlook that.

Have you re-run the tests ? Seems related to Windows only and that we do not have access to the logs.

deepcharles commented 2 years ago

Have you re-run the tests ? Seems related to Windows only and that we do not have access to the logs.

You are right. It might not be as benign as I thought

Edit: it was as benign as I thought