Перейти к файлу
Subrahmanyam Mandavilli 4f1bc74a59 Review comments fixes 2015-12-22 23:26:35 +05:30
src Review comments fixes 2015-12-22 23:26:35 +05:30
tests Review comments fixes 2015-12-22 23:26:35 +05:30
typings Added Main function to invoke java tool 2015-12-11 13:29:08 +05:30
.gitignore Update git ignore to exclude eclipse related files, jars, class files in change list 2015-12-17 13:54:21 +05:30
README.md update for code coverage report target path + updated readme.md 2015-12-11 11:08:41 +05:30
gulpfile.js Add support for code coverage with istanbul. 2015-12-11 18:46:23 +05:30
package.json Merge from master branch 2015-12-14 15:06:00 +05:30
pom.xml Support to initialise the jacoco agent for integration test + build fail if code coverage is below 95% 2015-12-14 11:28:36 +05:30
tsconfig.json 1. GetCmdCommonArgs 2015-12-10 15:13:07 +05:30
tsd.json Added Main function to invoke java tool 2015-12-11 13:29:08 +05:30
tslint.json fixing CRLF issue 2015-12-08 16:27:10 +05:30

README.md

vso-vmware

To build Java code

- Ensure you have instilled the maven
- compile - mvn compile
- run test  -   mvn test    
- code coverage -   mvn test verify
        Go to _build ( _build\testReports\codecoverage ) folder on root directory to check the code coverage

To build JS / TS code

- Ensure you have node.js installed
- code build - gulp
- test run - gulp test