This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git.


    from f628f61  CB-14074 ios: Remove Node 4 from CI (#375)
     add 534bafc  Upgraded code coverage dependencies
     add dc60766  Increase build, check req, and versions code coverage
     add 7d96cb5  Created Component Level Testing
     new c109ce7  Merge pull request #377 from erisu/increase-code-coverage

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                             |   3 +-
 .istanbul.yml                          |   5 -
 .travis.yml                            |   3 +-
 package.json                           |  24 +++--
 tests/spec/component.json              |   8 ++
 tests/spec/component/versions.spec.js  |  63 ++++++++++++
 tests/spec/coverage.json               |   9 ++
 tests/spec/{jasmine.json => unit.json} |   0
 tests/spec/unit/build.spec.js          | 170 +++++++++++++++++++++++++++++++++
 tests/spec/unit/lib/check_reqs.spec.js | 113 ++++++++++++++++++++++
 tests/spec/unit/versions.spec.js       |   8 +-
 11 files changed, 388 insertions(+), 18 deletions(-)
 delete mode 100644 .istanbul.yml
 create mode 100644 tests/spec/component.json
 create mode 100644 tests/spec/component/versions.spec.js
 create mode 100644 tests/spec/coverage.json
 rename tests/spec/{jasmine.json => unit.json} (100%)
 create mode 100644 tests/spec/unit/lib/check_reqs.spec.js


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to