forked from activelylazy/coverage-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Example of unit & integration test code coverage
License
Idanatcox/coverage-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
AKIAJKHKJHKSJDF90ASD 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 0
No packages published
Languages
- Java 99.4%
- HTML 0.6%