Skip to content

Commit

Permalink
tests: skip coverage for TierNFT.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeinum committed Mar 28, 2022
1 parent 13a3f8d commit 16d021d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
//.solcover.js
// .solcover.js
module.exports = {
mocha: {
grep: "@skip-on-coverage", // Find everything with this tag
invert: true // Run the grep's inverse set.
}
},
skipFiles: ['TierNFT.sol']
}

0 comments on commit 16d021d

Please sign in to comment.