Skip to content

Commit

Permalink
config(solcover): ignore contracts covered elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlilley committed Jan 10, 2022
1 parent 5bb6541 commit 856762e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ module.exports = {
"pool/hybrid",
"pool/index",
"pool/TridentERC721",
// Covered elsewhere
"TridentBatchable",
"TridentOwnable",
],
};

0 comments on commit 856762e

Please sign in to comment.