Skip to content

Commit 273c69c

Browse files
committed
rm coverage and fix README.md
1 parent 9f5dcb9 commit 273c69c

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.github/workflows/ScalaCI.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
Build kotlin code using sbt
66

project/plugins.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
44
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
55
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")

0 commit comments

Comments
 (0)