Add some tests and remove .coveragerc

This commit is contained in:
2022-11-23 22:14:17 +01:00
parent a535ecc032
commit ee4c7702ca
6 changed files with 15 additions and 28 deletions

View File

@@ -55,6 +55,8 @@ addopts = "--cov --cov-report html --cov-report term-missing --cov-fail-under 95
[tool.coverage.run]
source = ["bayesclass"]
[tool.coverage.report]
show_missing = true
[tool.black]
line-length = 79