Skip to content

Update sbt, scripted-plugin to 1.10.7 (#200) #168

Update sbt, scripted-plugin to 1.10.7 (#200)

Update sbt, scripted-plugin to 1.10.7 (#200) #168

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
paths-ignore: [ "**.md" ]
pull_request:
branches: [ "master" ]
paths-ignore: [ "**.md" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v13
with:
java-version: '[email protected]'
- name: test
run: |
sbt +test
sbt coverage test coverageReport
- name: codecov upload
uses: codecov/codecov-action@v3
with:
verbose: true
fail_ci_if_error: true
name: codecov-umbrella
flags: unittests