File tree Expand file tree Collapse file tree
src/controlman/_data/schema Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespaces = true
1717# ----------------------------------------- Project Metadata -------------------------------------
1818#
1919[project ]
20- version = " 0.0.0.dev442 "
20+ version = " 0.0.0.dev443 "
2121name = " ControlMan"
2222dependencies = [
2323 " packaging >= 23.2, < 24" ,
Original file line number Diff line number Diff line change @@ -809,5 +809,5 @@ properties:
809809 properties :
810810 env :
811811 type : object
812- report_artifact_suffix :
812+ artifact_name_suffix :
813813 type : string
Original file line number Diff line number Diff line change @@ -3125,10 +3125,7 @@ properties:
31253125 properties :
31263126 name :
31273127 type : string
3128- default : Test ({{ source }} - v{{ version }})
3129- task_name :
3130- type : string
3131- default : ' py{{ python }} | {{ os }}'
3128+ default : Test ({{ pkg.name }} - v{{ version }})
31323129 codecov :
31333130 type : object
31343131 properties :
@@ -3143,13 +3140,13 @@ properties:
31433140 report :
31443141 $ref : https://controlman.repodynamics.com/schema/workflow-artifact
31453142 default :
3146- name : Test Report - {{ source }} - v{{ version }} - py{{ python }} - {{ os }}
3143+ name : ' Test Report - '
31473144 path : report
31483145 merge :
31493146 name : Test Reports - {{ source }} - v{{ version }}
31503147 pattern : Test Report -*
31513148 action :
3152- description : Type of action for lint tasks.
3149+ description : Type of action for test tasks.
31533150 type : string
31543151 enum : [ auto, disabled ]
31553152 default : auto
You can’t perform that action at this time.
0 commit comments