Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Dec 28, 2020
1 parent 5bdf29a commit 4f56ab5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: sbt clean coverage test && sbt coverageReport

- name: Send Coverage Report
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: "./target/scala-2.13/coverage-report/cobertura.xml"
run: sbt ++${{ matrix.scala }} coverageAggregate coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gitbucket-application-logs-plugin

[![](https://travis-ci.org/YoshinoriN/gitbucket-application-logs-plugin.svg?branch=master)](https://travis-ci.org/YoshinoriN/gitbucket-application-logs-plugin) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/64706d3697aa4548b043bae8ea90cfb6)](https://www.codacy.com/app/YoshinoriN/gitbucket-application-logs-plugin?utm_source=github.com&utm_medium=referral&utm_content=YoshinoriN/gitbucket-application-logs-plugin&utm_campaign=Badge_Grade) [![Coverage Status](https://coveralls.io/repos/github/YoshinoriN/gitbucket-application-logs-plugin/badge.svg?branch=master)](https://coveralls.io/github/YoshinoriN/gitbucket-application-logs-plugin?branch=master)
[![build](https://github.com/YoshinoriN/gitbucket-application-logs-plugin/workflows/build/badge.svg?branch=master)](https://github.com/YoshinoriN/gitbucket-application-logs-plugin/actions) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/64706d3697aa4548b043bae8ea90cfb6)](https://www.codacy.com/app/YoshinoriN/gitbucket-application-logs-plugin?utm_source=github.com&utm_medium=referral&utm_content=YoshinoriN/gitbucket-application-logs-plugin&utm_campaign=Badge_Grade) [![Coverage Status](https://coveralls.io/repos/github/YoshinoriN/gitbucket-application-logs-plugin/badge.svg?branch=master)](https://coveralls.io/github/YoshinoriN/gitbucket-application-logs-plugin?branch=master)

# Precondition

Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.15")
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.5.0")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
// TODO: https://github.com/pureconfig/pureconfig/pull/799
addSbtPlugin("net.ruippeixotog" % "sbt-coveralls" % "1.3.0")

0 comments on commit 4f56ab5

Please sign in to comment.