Skip to content

Commit

Permalink
removed useless coverage line
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Oct 4, 2023
1 parent a1c363e commit 2e0fd33
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
@@ -1,4 +1,4 @@
module.exports = {
skipFiles: ["interfaces/", "mock/", "oracles/external-modules/"],
skipFiles: ["interfaces/", "mock/"],
configureYulOptimizer: true,
};

0 comments on commit 2e0fd33

Please sign in to comment.