Skip to content

Update semanticdb-scalac to 4.9.1 (#829) #369

Update semanticdb-scalac to 4.9.1 (#829)

Update semanticdb-scalac to 4.9.1 (#829) #369

name: Codecov
on:
push:
branches: [master]
jobs:
codecov:
name: Run codecov on master
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
with:
java-version: adopt@1.11
- uses: actions/cache@v4
with:
path: ~/.ivy2/cache
key: ivy-${{hashFiles('**/*.sbt')}}
restore-keys: ivy-
- uses: actions/cache@v4
with:
path: ~/.sbt
key: sbt-${{hashFiles('**/*.sbt')}}-${{hashFiles('project/build.properties')}}
restore-keys: sbt-
- name: Generate coverage report
run: sbt clean coverage test coverageReport
- uses: codecov/codecov-action@v4