ridgeplot icon indicating copy to clipboard operation
ridgeplot copied to clipboard

Review usage of `covdefaults` and `.coveragerc`

Open tpvasconcelos opened this issue 1 year ago • 1 comments

Review the current state of the .coveragerc config file. My guess is that it could probably be simplified since we are also using the covdefaults package.

tpvasconcelos avatar Dec 30 '23 19:12 tpvasconcelos

While working on https://github.com/tpvasconcelos/ridgeplot/pull/161 I also noticed that blocks such as if sys.version_info >= (3, 10): are not ignored anymore (see .coveragerc)

tpvasconcelos avatar Jan 10 '24 16:01 tpvasconcelos