Skip to content

Commit

Permalink
chore: publish coverage report for Scala 3 again
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodsiad committed Jul 11, 2023
1 parent 637b0b9 commit 888c207
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: sbt ++${{ matrix.scala }} clean coverage test

- name: test coverage
if: success() && matrix.scala != '3.3.0'
if: success()
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: Scala ${{ matrix.scala }}
Expand Down
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ startYear := Some(2019)
organizationName := "Evolution Gaming"

organizationHomepage := Some(url("http://evolutiongaming.com"))
coverageExcludedFiles := ".*CacheOpsCompat.*"

scalaVersion := crossScalaVersions.value.head

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.8")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.9")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

Expand Down

0 comments on commit 888c207

Please sign in to comment.