You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2018/08/10 10:42:13 UTC

[cordova-ios] branch master updated (f628f61 -> c109ce7)

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-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-ios] 01/01: Merge pull request #377 from erisu/increase-code-coverage

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c109ce7c5af5efd05704d259aa9288766dcde421
Merge: f628f61 7d96cb5
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Aug 10 19:42:10 2018 +0900

    Merge pull request #377 from erisu/increase-code-coverage
    
    Increase Code Coverage & use nyc

 .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(-)


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