Skip to content

Commit 3c26806

Browse files
committedOct 12, 2022
feat: Add solcover file for solidity coverage configuration
1 parent aad8b2f commit 3c26806

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎solidity/bts/.solcover.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
skipFiles: ["BTSCoreV1.sol","BTSCoreV2.sol","libraries/DecodeBase64.sol","libraries/EncodeBase64.sol","libraries/RLPDecodeStruct.sol","libraries/RLPEncodeStruct.sol","libraries/RLPEncode.sol","test/Holder.sol","test/NonRefundable.sol","test/Refundable.sol"]
3+
};

0 commit comments

Comments
 (0)
Please sign in to comment.