Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0age/minimal-solidity-coverage-test
A minimal example of code coverage using solidity-coverage, with a custom web3.js 1.0 script (instead of truffle test) for testing.
https://github.com/0age/minimal-solidity-coverage-test
coverage coverage-report coverage-testing coveralls ethereum ethereum-contract solidity solidity-contracts testing travis-ci web3 web3js
Last synced: about 1 month ago
JSON representation
A minimal example of code coverage using solidity-coverage, with a custom web3.js 1.0 script (instead of truffle test) for testing.
- Host: GitHub
- URL: https://github.com/0age/minimal-solidity-coverage-test
- Owner: 0age
- Created: 2018-10-12T17:53:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T19:10:13.000Z (over 6 years ago)
- Last Synced: 2024-11-07T19:52:03.577Z (3 months ago)
- Topics: coverage, coverage-report, coverage-testing, coveralls, ethereum, ethereum-contract, solidity, solidity-contracts, testing, travis-ci, web3, web3js
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal solidity-coverage test
[![Build Status](https://travis-ci.com/0age/minimal-solidity-coverage-test.svg?branch=master)](https://travis-ci.com/0age/minimal-solidity-coverage-test)
[![Coverage Status](https://coveralls.io/repos/github/0age/minimal-solidity-coverage-test/badge.svg?branch=master)](https://coveralls.io/github/0age/minimal-solidity-coverage-test?branch=master)A minimal example of code coverage using [solidity-coverage](https://github.com/sc-forks/solidity-coverage), with a custom [web3.js](https://github.com/ethereum/web3.js) 1.0 script (instead of `truffle test`) for testing.
```
git clone https://github.com/0age/minimal-solidity-coverage-test
cd minimal-solidity-coverage-test
yarn install
yarn test
```