deepcharles / ruptures

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

test: remove coverage computation from test #192

Closed oboulant closed 3 years ago

oboulant commented 3 years ago

Since the coverage is computed in .github/workflows/run-test-coverage.yml, we do not need to compute code coverage when we run the tests with .github/workflows/run-test.yml.

Moreover (and this is the main reason for the current PR), adding the --no-cov option make the tests run way faster ! Since we run those tests on a matrix on python-version x os, it might be a significant improvement for the time needed in the CI to run the tests !

codecov[bot] commented 3 years ago

Codecov Report

Merging #192 (cfb64fb) into master (d211c5c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #192   +/-   ##
=======================================
  Coverage   96.31%   96.31%           
=======================================
  Files          40       40           
  Lines         978      978           
=======================================
  Hits          942      942           
  Misses         36       36           

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 d211c5c...cfb64fb. Read the comment docs.