This website works better with JavaScript.
Explore
Home
Sign In
TheDude
/
solidity-coverage
mirror of
https://github.com/sc-forks/solidity-coverage
Watch
1
Star
0
Fork
You've already forked solidity-coverage
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Code coverage for Solidity smart-contracts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
725
Commits
55
Branches
19
Tags
16 MiB
Tag:
Branch:
Tree:
buidler/draft
0.6.x-final
0.7.0
0.7.10-area
0.7.22
0.8.x-truffle
20180803
add-typechain-instructions
add/artifacts-dir-option
allow-exclusions
beta
buidler-plugin
buidler/draft
check-zeppelin
chris/publish-rc
ci-baseline
commentedLines
copy-all-folders
debug-zeppelin-0.8.5
debug-zeppelin-master
district
experimental-options
fix-mocha-dep
fix/callNotRequired
fix/ci-for-forks
fix/constant-pure-view
fix/constant-variables
fix/parse-everything
fix/test-files-fetch
gnosis
issue-769-repro
istanbul-reporter
leapdao
logical-or-coverage
logical-or-safe
maint/bump-ganache
master
next
npm-parser
perf/memdown
preprocessor-improvements
pub-support-viaIR
push-check
solcoverjs-exists-check
solidity-parser-antlr
solidity-parser-ts
string-interpolation
test/vm-fixtures
truffle
truffle-plugin
truffle-plugin-optimise
update/parser
upgrade/testrpc-sc
uport
use-sha1
v5-stable
v0.6.0
v0.6.4
v0.7.0
v0.7.0-beta.2
v0.7.0-beta.3
v0.8.0
v0.8.0-beta.0
v0.8.1
v0.8.10
v0.8.11
v0.8.12
v0.8.13
v0.8.2
v0.8.4
v0.8.5
v0.8.6
v0.8.7
v0.8.8
v0.8.9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'buidler/draft'
${ noResults }
solidity-coverage
/
test
/
integration
/
projects
/
import-paths
/
truffle-config.js
8 lines
82 B
Raw
Permalink
Normal View
History
Unescape
Escape
Add tests and fixtures for full project scenarios (#385) * Full project tests fixtures for repeated use of evm_revert, * ... and the skipped folders option, * ... and solidity imports with relative paths reaching outside the `contracts/` folder.
5 years ago
module
.
exports
=
{
Reorganize and cleanup truffle integration tests (#400)
5 years ago
networks
:
{
}
,
mocha
:
{
}
,
Add tests and fixtures for full project scenarios (#385) * Full project tests fixtures for repeated use of evm_revert, * ... and the skipped folders option, * ... and solidity imports with relative paths reaching outside the `contracts/` folder.
5 years ago
compilers
:
{
Reorganize and cleanup truffle integration tests (#400)
5 years ago
solc
:
{
}
Add tests and fixtures for full project scenarios (#385) * Full project tests fixtures for repeated use of evm_revert, * ... and the skipped folders option, * ... and solidity imports with relative paths reaching outside the `contracts/` folder.
5 years ago
}
}