Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 723 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 723 Bytes

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