Skip to content

Upgrade to 3.3.2-RC1 (to test the coverage fix). #31

Upgrade to 3.3.2-RC1 (to test the coverage fix).

Upgrade to 3.3.2-RC1 (to test the coverage fix). #31

Workflow file for this run

name: Scoverage Sample Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Git Checkout
uses: actions/checkout@v2
- name: Setup Scala
uses: olafurpg/setup-scala@v10
with:
java-version: "[email protected]"
- name: Run Tests
run: sbt +clean +coverage +test +coverageReport +coveralls