Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-scoverage-2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsorr authored May 13, 2024
2 parents a706e16 + 053544f commit fbb935a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
uses: ./.github/workflows/wc_build.yml
with:
matrix_filter: "[]"
secrets: inherit
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# CHECK MDOC IS OK
check_mdoc:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
uses: ./.github/workflows/wc_build.yml
with:
matrix_filter: "[?isRelease==`release`]"
secrets: inherit
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# PUBLISH JARS AT MAVEN CENTRAL
matrix_prep:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: string
secrets:
CODECOV_TOKEN:
required: true
required: false

jobs:
matrix_prep:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ lazy val core = project
"org.typelevel" %% "cats-core" % "2.10.0",
"com.lihaoyi" %% "sourcecode" % "0.3.1",
"com.chuusai" %% "shapeless" % "2.3.10",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"com.github.mrpowers" %% "spark-fast-tests" % "1.3.0" % "test",
"org.scalatest" %% "scalatest" % "3.2.18" % "test"
),
Expand Down

0 comments on commit fbb935a

Please sign in to comment.