Skip to content

Improve metric NCLOC to consider whitespace and comment only lines #64

Improve metric NCLOC to consider whitespace and comment only lines

Improve metric NCLOC to consider whitespace and comment only lines #64

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-jar:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B --no-transfer-progress verify --file pom.xml