Skip to content

Commit 8a43053

Browse files
committed
codecov is too flaky recently
1 parent 751162a commit 8a43053

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ jobs:
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' || github.ref == 'refs/heads/v2.7' || startsWith(github.ref, 'refs/tags/v'))
7367
run: mkdir -p target project/target

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq(
148148
RefPredicate.StartsWith(Ref.Tag("v"))
149149
)
150150

151+
/*
151152
ThisBuild / githubWorkflowBuildPostamble := Seq(
152153
WorkflowStep.Use(
153154
Public("codecov", "codecov-action", "v2"),
@@ -156,6 +157,7 @@ ThisBuild / githubWorkflowBuildPostamble := Seq(
156157
cond = Some("startsWith(matrix.scala, '2.13')")
157158
)
158159
)
160+
*/
159161

160162
ThisBuild / githubWorkflowPublish := Seq(
161163
WorkflowStep.Sbt(

0 commit comments

Comments
 (0)