Skip to content

Update sbt to 1.9.8 #231

Update sbt to 1.9.8

Update sbt to 1.9.8 #231

Workflow file for this run

name: Coverage
on:
push:
branches:
- master
- main
pull_request:
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/setup-action@v1
- name: branch-names
id: branch-name
uses: tj-actions/branch-names@v7
- run: sbt coverage +test coverageReport
- run: sbt coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_BRANCH: ${{ steps.branch-name.outputs.current_branch }}