deepcharles / ruptures

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

ci: add tests in CI for windows python v3.9 #219

Closed oboulant closed 2 years ago

oboulant commented 2 years ago

This PR

codecov[bot] commented 2 years ago

Codecov Report

Merging #219 (741ecce) into master (111bfe7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #219    +/-   ##
=======================================
  Coverage        0   0.00%            
=======================================
  Files           0      40    +40     
  Lines           0     973   +973     
=======================================
- Misses          0     973   +973     
Flag Coverage Δ
unittests 0.00% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/ruptures/detection/kernelcpd.py 0.00% <0.00%> (ø)
src/ruptures/base.py 0.00% <0.00%> (ø)
src/ruptures/detection/pelt.py 0.00% <0.00%> (ø)
src/ruptures/metrics/hausdorff.py 0.00% <0.00%> (ø)
src/ruptures/metrics/randindex.py 0.00% <0.00%> (ø)
src/ruptures/metrics/hamming.py 0.00% <0.00%> (ø)
src/ruptures/datasets/__init__.py 0.00% <0.00%> (ø)
src/ruptures/costs/costrbf.py 0.00% <0.00%> (ø)
src/ruptures/detection/dynp.py 0.00% <0.00%> (ø)
src/ruptures/show/__init__.py 0.00% <0.00%> (ø)
... and 30 more

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 111bfe7...741ecce. Read the comment docs.