embark/packages/embarkjs
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
..
src feat(@embark/generator): transpile embarkjs.js to be used by node 2019-04-17 10:30:18 -05:00
test test: collect code coverage in the root of the monorepo 2019-04-30 12:04:01 -04:00
.babelrc.js refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00
.gitignore refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -06:00
.npmrc refactor: add embarkjs to the monorepo 2019-02-08 11:58:02 -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

README.md

embarkjs

JavaScript library for easily interacting with web3 technologies

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