8258d5af12 | ||
---|---|---|
src | ||
tests | ||
typings | ||
.gitignore | ||
README.md | ||
gulpfile.js | ||
package.json | ||
pom.xml | ||
tsconfig.json | ||
tsd.json | ||
tslint.json |
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