embark/packages/embark
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
..
bin build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
locales build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
scripts refactor(embark): do not wrap mocha in a child process 2019-03-11 18:25:47 -04:00
src feat(@embark/webserver): Add support for `service webserver on/off` 2019-04-30 12:02:02 -04:00
.babelrc.js build: implement a common babel config 2019-02-06 11:34:47 -05:00
.npmrc build: implement a monorepo with Lerna 2019-02-04 14:28:49 -06:00
CHANGELOG.md chore(release): 4.1.0-beta.0 2019-04-17 11:11:28 -05:00
README.md feat: normalize README and package.json bugs, homepage, description 2019-03-12 09:17:33 -04:00
package.json test: collect code coverage in the root of the monorepo 2019-04-30 12:04:01 -04:00
tsconfig.json fix: supply missing tsconfig.json in packages/* 2019-02-06 17:20:13 -06:00
tslint.json refactor(@embark/embark-typings) move typings to its own module 2019-02-06 11:07:44 -05:00

README.md

embark

Embark is a framework that allows you to easily develop and deploy DApps

Visit embark.status.im to get started with Embark.