Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 725 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 725 Bytes

Software-testing-2019-travis

Build Status codecov

Makefile

make [all] - Compile JAVA class

make Simple - RUN make compileTest runCov calCov showCov

make compileTest - Compile Junit testing class

make runCov - Execute & record code coverage

make calCov - Calculate coverage & report to a HTML file

make showCov - Use python HTTP server to show HTML

make clean - removes all files generated by make