Skip to content

activelylazy/coverage-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Needs:
	* Java
	* Tomcat
	* Eclipse & Sysdeo Tomcat plugin

To build
	mvn clean install
	
To create eclipse project files
	mvn sysdeo-tomcat:generate

To generate coverage report
	mvn clean install -Pwith-emma
	(windows)	java -cp %USERPROFILE%/.m2/repository/emma/emma/2.0.5312/emma-2.0.5312.jar emma report -r xml,html -in coverage.ec -in target/coverage.em
	(linux)		java -cp ~/.m2/repository/emma/emma/2.0.5312/emma-2.0.5312.jar emma report -r xml,html -in coverage.ec -in target/coverage.em
	
	

About

Example of unit & integration test code coverage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages