Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
chore: Update .solcover.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pancake-swap committed Feb 7, 2021
1 parent 50de500 commit a61313b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .solcover.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
// Contracts are compiled without optimization
// and with gas estimation distortion
// https://github.com/sc-forks/solidity-coverage/blob/master/HARDHAT_README.md#usage

module.exports = {
skipFiles: ['libs']
skipFiles: [
"libs",
"libs",
"libs",
"SyrupBar.sol",
"CakeToken.sol",
"Timelock.sol"
],
measureStatementCoverage: false,
measureFunctionCoverage: true,
};

0 comments on commit a61313b

Please sign in to comment.