Skip to content

Commit

Permalink
Merge pull request #3 from hanabix/update/sbt-coveralls-1.3.1
Browse files Browse the repository at this point in the history
Update sbt-coveralls to 1.3.1
  • Loading branch information
zhongl committed Aug 10, 2021
2 parents 29f858c + 42709fa commit bf7e96b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v10
- uses: olafurpg/setup-scala@v13
- name: branch-names
id: branch-name
uses: tj-actions/branch-names@v2.2
- run: sbt coverage +test coverageReport coveralls
- run: sbt coverage +test coverageReport
- run: sbt coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_BRANCH: ${{ steps.branch-name.outputs.current_branch }}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

Expand Down

0 comments on commit bf7e96b

Please sign in to comment.