You've already forked RekomenciBackend
add edit resume
This commit is contained in:
@@ -184,3 +184,27 @@ build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/template_project"]
|
||||
|
||||
|
||||
[tool.coverage.report]
|
||||
show_missing = true
|
||||
skip_empty = true
|
||||
exclude_also = [
|
||||
"if __name__ == .__main__.:",
|
||||
"self.logger",
|
||||
"def __repr__",
|
||||
"lambda: None",
|
||||
"from .*",
|
||||
"import .*",
|
||||
'@(abc\.)?abstractmethod',
|
||||
"raise NotImplementedError",
|
||||
'raise AssertionError',
|
||||
'logger\..*',
|
||||
"pass",
|
||||
'\.\.\.',
|
||||
]
|
||||
omit = [
|
||||
'*/__about__.py',
|
||||
'*/__main__.py',
|
||||
'*/__init__.py',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user