File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828
2929import io.github.typesafegithub.workflows.actions.actions.Checkout
3030import io.github.typesafegithub.workflows.actions.actions.Checkout.FetchDepth
31- import io.github.typesafegithub.workflows.actions.codecov.CodecovAction
31+ import io.github.typesafegithub.workflows.actions.codecov.CodecovAction_Untyped
3232import io.github.typesafegithub.workflows.domain.Concurrency
3333import io.github.typesafegithub.workflows.domain.RunnerType
3434import io.github.typesafegithub.workflows.domain.RunnerType.UbuntuLatest
@@ -127,8 +127,8 @@ workflow(
127127 )
128128 uses(
129129 name = " Upload to Codecov.io" ,
130- action = CodecovAction (
131- failCiIfError = true
130+ action = CodecovAction_Untyped (
131+ failCiIfError_Untyped = " true"
132132 )
133133 )
134134 }
Original file line number Diff line number Diff line change 2828
2929import io.github.typesafegithub.workflows.actions.actions.Checkout
3030import io.github.typesafegithub.workflows.actions.actions.Checkout.FetchDepth
31- import io.github.typesafegithub.workflows.actions.codecov.CodecovAction
31+ import io.github.typesafegithub.workflows.actions.codecov.CodecovAction_Untyped
3232import io.github.typesafegithub.workflows.domain.RunnerType
3333import io.github.typesafegithub.workflows.domain.triggers.Push
3434import io.github.typesafegithub.workflows.dsl.expressions.Contexts.github
@@ -103,8 +103,8 @@ workflow(
103103 )
104104 uses(
105105 name = " Upload to Codecov.io" ,
106- action = CodecovAction (
107- failCiIfError = true
106+ action = CodecovAction_Untyped (
107+ failCiIfError_Untyped = " true"
108108 )
109109 )
110110 }
You can’t perform that action at this time.
0 commit comments