File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 6262 if : ' !startsWith(matrix.scala, '' 2.13'' )'
6363 run : sbt '++${{ matrix.scala }}' test
6464
65- - name : Publish to Codecov.io
66- if : startsWith(matrix.scala, '2.13')
67- uses : codecov/codecov-action@v2
68- with :
69- fail_ci_if_error : true
70-
7165 - name : Make target directories
7266 if : github.event_name != 'pull_request' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/1.5' || startsWith(github.ref, 'refs/tags/v'))
7367 run : mkdir -p target project/target
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq(
147147 RefPredicate .StartsWith (Ref .Tag (" v" ))
148148)
149149
150+ /*
150151ThisBuild / githubWorkflowBuildPostamble := Seq(
151152 WorkflowStep.Use(
152153 Public("codecov", "codecov-action", "v2"),
@@ -155,6 +156,7 @@ ThisBuild / githubWorkflowBuildPostamble := Seq(
155156 cond = Some("startsWith(matrix.scala, '2.13')")
156157 )
157158)
159+ */
158160
159161ThisBuild / githubWorkflowPublish := Seq (
160162 WorkflowStep .Sbt (
You can’t perform that action at this time.
0 commit comments