embark/packages
Michael Bradley, Jr ad01d1402c test: collect code coverage in the root of the monorepo
Implement scripts to collect coverage reports (JSON format) from all packages
in the monorepo that generate such reports. Reports are copied to
`<root>/.nyc_output/coverage-[pkg-dir-name].json`.

Implement scripts to generate a combined html report in `<root>/coverage`.

Adjust root `reset` and `clean` scripts to delete `<root>/.nyc_output` and
`<root>/coverage`.

Implement a script in `<root>/package.json` to generate a `text-lcov` report
and upload it to coveralls from CI builds. Remove coveralls from
`packages/embark`.

Supply `packages/embark` with an nyc configuration in its `package.json` and
have its `"test":` script generate both `json` and `html` reports.

Use nyc with `embarkjs`'s test suite: supply an nyc configuration in its
`package.json` and have its `"test":` script generate both `json` and `html`
reports.

Adjust `embarkjs`'s tests for more accurate coverage reporting.
2019-04-30 12:04:01 -04:00
..
embark test: collect code coverage in the root of the monorepo 2019-04-30 12:04:01 -04:00
embark-api-client chore(release): 4.1.0-beta.0 2019-04-17 11:11:28 -05:00
embark-async-wrapper chore(release): 4.0.0 2019-03-18 18:26:56 -05:00
embark-compiler chore(release): 4.0.0 2019-03-18 18:26:56 -05:00
embark-ens refactor(@embark/ens): move ens module to embark-ens package 2019-04-30 16:31:07 +02:00
embark-graph chore(release): 4.0.0 2019-03-18 18:26:56 -05:00
embark-logger refactor(@embark/embark-logger): move logger into own package 2019-04-29 13:00:10 +02:00
embark-process-logs-api refactor: move process-logs-api to its own packages 2019-04-26 12:37:19 -04:00
embark-profiler chore(release): 4.1.0-beta.0 2019-04-17 11:11:28 -05:00
embark-reset chore(release): 4.1.0-beta.0 2019-04-17 11:11:28 -05:00
embark-scaffolding refactor(@embark/embark-scaffolding): introduce new embark-scaffolding package 2019-04-29 12:06:59 +02:00
embark-specialconfigs fix(@embark/specialconfig): fix undefined contract name in onDeploy 2019-04-30 08:37:46 -04:00
embark-transaction-tracker refactor(@embark/embark-trasaction-tracker): move tx tracker to pck 2019-04-24 18:39:26 -04:00
embark-typings chore(release): 4.0.0 2019-03-18 18:26:56 -05:00
embark-ui chore(release): 4.1.0-beta.0 2019-04-17 11:11:28 -05:00
embark-utils refactor(@embark/utils): move addressUtils to embark-utils 2019-04-30 16:31:07 +02:00
embark-vyper chore(release): 4.0.0 2019-03-18 18:26:56 -05:00
embark-watcher refactor: move watcher into embark-watcher package 2019-04-26 16:45:52 +02:00
embark-webserver feat(@embark/webserver): Add support for `service webserver on/off` 2019-04-30 12:02:02 -04:00
embark-whisper chore(release): 4.1.0-beta.0 2019-04-17 11:11:28 -05:00
embarkjs test: collect code coverage in the root of the monorepo 2019-04-30 12:04:01 -04:00
embarkjs-connector-web3 chore(release): 4.0.0 2019-03-18 18:26:56 -05:00
embarkjs-ipfs test: disable test script for packages without any tests 2019-04-29 09:04:13 -05:00
embarkjs-swarm test: disable test script for packages without any tests 2019-04-29 09:04:13 -05:00
embarkjs-whisper test: disable test script for packages without any tests 2019-04-29 09:04:13 -05:00
.yarnrc build: cleanup .yarnrc 2019-02-05 14:15:39 -06:00