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 37
37
java-version : 11
38
38
39
39
- 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
48
41
49
42
publish :
50
43
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
# sbt-kotlin-plugin
2
2
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 )
4
4
5
5
Build kotlin code using sbt
6
6
Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
3
3
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
4
4
addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.1.2" )
5
5
addSbtPlugin(" 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