ridgeplot
ridgeplot copied to clipboard
Review usage of `covdefaults` and `.coveragerc`
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.
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
)