Package detail

@ethereumjs/config-coverage

ethereumjs2.8kMIT2.0.0

Common test coverage configuration for EthereumJS libraries.

readme

@ethereumjs/config-coverage

Common test coverage configuration for EthereumJS libraries.

Tool: nyc

Exposed CLI command:

  • ethereumjs-config-coverage

Usage

Add .nycrc:

{
  "extends": "@ethereumjs/config-coverage"
}

Use scipt above in package.json:

  "scripts": {
    "coverage": "ethereumjs-config-coverage"
  }

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog (modification: no type change headlines) and this project adheres to Semantic Versioning.

2.0.0 - 2020-10-19

This project got a major overhaul, with several updates to the tooling, including packages renaming and retiring some scripts.

Breaking changes