Skip to content

Update OOP metrics profile (#24) #24

Update OOP metrics profile (#24)

Update OOP metrics profile (#24) #24

Workflow file for this run

name: Java CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 11
distribution: 'microsoft'
cache: 'maven'
- name: Install graphviz dependency for tests
run: sudo apt-get install -y graphviz
- name: "Run tests and package"
run: "mvn clean package assembly:single"
- name: "Codecov report"
run: bash <(curl -s https://codecov.io/bash)