Skip to content

Commit 3dff41e

Browse files
committed
codecov is unreliable
1 parent 7a08808 commit 3dff41e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ jobs:
8282

8383
- run: sbt '++ ${{ matrix.scala }}' coverage test coverageReport
8484

85-
- uses: codecov/codecov-action@v3
86-
with:
87-
fail_ci_if_error: true
88-
8985
- name: Make target directories
9086
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/swagger-1.5' || startsWith(github.ref, 'refs/tags/v'))
9187
run: mkdir -p target project/target

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,11 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq(
114114
RefPredicate.StartsWith(Ref.Tag("v"))
115115
)
116116

117+
/*
117118
ThisBuild / githubWorkflowBuildPostamble := Seq(
118119
WorkflowStep.Use(Public("codecov", "codecov-action", "v3"), Map("fail_ci_if_error" -> "true"))
119120
)
121+
*/
120122

121123
ThisBuild / githubWorkflowPublish := Seq(
122124
WorkflowStep.Sbt(

0 commit comments

Comments
 (0)