Skip to content

chore: bump test-runner-4.11 (#1007) #70

chore: bump test-runner-4.11 (#1007)

chore: bump test-runner-4.11 (#1007) #70

name: DSpot CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn install -DskipTests
- name: Test and Coverage with Maven
run: |
export MAVEN_HOME=$(mvn --version | grep "Maven home" | cut -f 3 -d " ")
cd dspot && mvn test jacoco:report
- name: Codecov
uses: codecov/[email protected]