Skip to content

make report be printed in a single print command, refactor printing code #49

make report be printed in a single print command, refactor printing code

make report be printed in a single print command, refactor printing code #49

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
- name: Build and Test
run: sbt clean coverage ++test