mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Document all recently added workflow templates.
This commit is contained in:
44
doc/conf.py
44
doc/conf.py
@@ -260,28 +260,28 @@ todo_link_only = True
|
||||
# ==============================================================================
|
||||
# sphinx-reports
|
||||
# ==============================================================================
|
||||
# report_unittest_testsuites = {
|
||||
# "src": {
|
||||
# "name": f"{pythonProject}",
|
||||
# "xml_report": "../report/unit/unittest.xml",
|
||||
# }
|
||||
# }
|
||||
# report_codecov_packages = {
|
||||
# "src": {
|
||||
# "name": f"{pythonProject}",
|
||||
# "json_report": "../report/coverage/coverage.json",
|
||||
# "fail_below": 80,
|
||||
# "levels": "default"
|
||||
# }
|
||||
# }
|
||||
# report_doccov_packages = {
|
||||
# "src": {
|
||||
# "name": f"{pythonProject}",
|
||||
# "directory": f"../{directoryName}",
|
||||
# "fail_below": 80,
|
||||
# "levels": "default"
|
||||
# }
|
||||
# }
|
||||
report_unittest_testsuites = {
|
||||
"src": {
|
||||
"name": f"{pythonProject}",
|
||||
"xml_report": "../report/unit/unittest.xml",
|
||||
}
|
||||
}
|
||||
report_codecov_packages = {
|
||||
"src": {
|
||||
"name": f"{pythonProject}",
|
||||
"json_report": "../report/coverage/coverage.json",
|
||||
"fail_below": 80,
|
||||
"levels": "default"
|
||||
}
|
||||
}
|
||||
report_doccov_packages = {
|
||||
"src": {
|
||||
"name": f"{pythonProject}",
|
||||
"directory": f"../{directoryName}",
|
||||
"fail_below": 80,
|
||||
"levels": "default"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# ==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user