Skip to content

vitalliuss/helloci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helloci

Test projects for Git training

Build

Java project: Tested on JDK 9.0.4, Maven 3.5.2 and Jenkins 2.109

mvn clean test

.NET project: latest version of .NET Core 3.1 should be installed.

After installation execute the following command:

dotnet build Calculator.sln

Code coverage

Please note code coverage can't be measured on Java 9 due to open issue in cobertura: cobertura/cobertura#271

Use Java 1.8 instead