Skip to content

Commit

Permalink
fix issue #190. Unit tests work but VRFv2.5 fails on coverage related…
Browse files Browse the repository at this point in the history
… unit tests?
  • Loading branch information
zeuslawyer committed Jul 14, 2024
1 parent fc3e102 commit 64ba36e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .solcover.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
module.exports = {
skipFiles: ['test/fuzzing/AutomationCounterEchidnaTest.sol', 'test/MockLinkToken.sol', 'test/MockOracle.sol', 'test/MockV3Aggregator.sol', 'test/VRFCoordinatorV2Mock.sol'],
skipFiles: [
'test/fuzzing/AutomationCounterEchidnaTest.sol',
'test/MockLinkToken.sol', 'test/MockOracle.sol',
'test/MockV3Aggregator.sol',
'test/VRFCoordinatorV2Mock.sol'
],
configureYulOptimizer: true
};

0 comments on commit 64ba36e

Please sign in to comment.