Skip to content

Commit

Permalink
chore: Skip PoolViewer coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
akashiceth committed May 11, 2023
1 parent 55422a8 commit 79d1d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = {
silent: true,
measureStatementCoverage: true,
measureFunctionCoverage: true,
skipFiles: ["interfaces", "test", "misc/interfaces", "misc/DataViewer.sol"],
skipFiles: ["interfaces", "test", "misc/interfaces", "misc/PoolViewer.sol"],
configureYulOptimizer: true,
};

0 comments on commit 79d1d5e

Please sign in to comment.