Skip to content

Commit

Permalink
add online test coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu9827 committed May 8, 2018
1 parent 8c64bfd commit 9d1c36f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blockchain/audit/test-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ File | % Stmts | % Branch | % Funcs | % Line



Full coverage report of related contracts is [here](coverage).
Full coverage report of related contracts is [here](https://coveralls.io/github/BlockchainLabsNZ/poa-popa).
15 changes: 7 additions & 8 deletions blockchain/truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ module.exports = {
provider: new HDWalletProvider(mnemonic, rinkebyUrl),
network_id: 4,
}
,
mocha: {
reporter: 'eth-gas-reporter',
reporterOptions : {
currency: 'USD',
gasPrice: 21
}
}
},
mocha: {
reporter: 'eth-gas-reporter',
reporterOptions : {
currency: 'USD',
gasPrice: 21
}
}
};

0 comments on commit 9d1c36f

Please sign in to comment.