diff --git a/blockchain/audit/test-coverage.md b/blockchain/audit/test-coverage.md index a28a5bc3..fff13bf3 100644 --- a/blockchain/audit/test-coverage.md +++ b/blockchain/audit/test-coverage.md @@ -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). diff --git a/blockchain/truffle.js b/blockchain/truffle.js index 9e618783..d2902d28 100644 --- a/blockchain/truffle.js +++ b/blockchain/truffle.js @@ -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 + } + } };