Move coverage.py’s configuration into pyproject.toml
This commit is contained in:
		| @@ -27,6 +27,14 @@ markers = [ | ||||
|   "id_name: the name to use in the identity" | ||||
| ] | ||||
|  | ||||
| [tool.coverage.run] | ||||
| branch = true | ||||
|  | ||||
| [tool.coverage.report] | ||||
| fail_under = 100 | ||||
| show_missing = true | ||||
| skip_covered = true | ||||
|  | ||||
| [build-system] | ||||
| requires = ["poetry-core>=1.0.0"] | ||||
| build-backend = "poetry.core.masonry.api" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user