Skip to content

Commit

Permalink
disable coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer committed Apr 13, 2023
1 parent fb9522f commit aa41442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inThisBuild {
),
WorkflowStep.Sbt(
name = Option("Coverage"),
commands = List("coverageReport", "coveralls"),
commands = List("coverageReport"), // coveralls is temporarily disabled
cond = None,
env = Map(
"COVERALLS_REPO_TOKEN" -> "${{ secrets.GITHUB_TOKEN }}",
Expand Down

0 comments on commit aa41442

Please sign in to comment.