Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@0x/sol-coverage

Package Overview
Dependencies
9
Maintainers
13
Versions
76
Issues
File Explorer

Advanced tools

@0x/sol-coverage

Generate coverage reports for Solidity code

    4.0.47latest
    GitHub

Version published
Maintainers
13
Weekly downloads
907
increased by2.14%

Weekly downloads

Readme

Source

@0x/sol-coverage

A Solidity code coverage tool.

Read the Documentation.

Installation

yarn add @0x/sol-coverage

Import

import { CoverageSubprovider } from '@0x/sol-coverage';

or

var CoverageSubprovider = require('@0x/sol-coverage').CoverageSubprovider;

Contributing

We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.

Please read our contribution guidelines before getting started.

Install dependencies

If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:

yarn config set workspaces-experimental true

Then install dependencies

yarn install

Build

To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:

PKG=@0x/sol-coverage yarn build

Or continuously rebuild on change:

PKG=@0x/sol-coverage yarn watch

Clean

yarn clean

Lint

yarn lint

Run Tests

yarn test

FAQs

Last updated on 26 Jan 2023

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc