File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 3737 java-version : 11
3838
3939 - name : Run Test
40- if : success() || failure()
41- run : sbt coverage test
42-
43- - name : Aggregate coverage report
44- run : sbt coverageAggregate
45-
46- - name : Upload test coverage report
47- run : bash <(curl -s https://codecov.io/bash)
40+ run : sbt test
4841
4942 publish :
5043 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11# sbt-kotlin-plugin
22
3- [ ![ Build Status] ( https://github.com/bitlap/kotlin-plugin/actions/workflows/ScalaCI.yml/badge.svg )]
3+ ![ Build Status] ( https://github.com/bitlap/kotlin-plugin/actions/workflows/ScalaCI.yml/badge.svg )
44
55Build kotlin code using sbt
66
Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
33addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
44addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2" )
55addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
6- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
7- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.0.8" )
6+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
You can’t perform that action at this time.
0 commit comments