Skip to content

Commit

Permalink
Update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
auryn-macmillan committed Aug 29, 2021
1 parent ea0aac7 commit 50bfe72
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
module.exports = {
skipFiles: [
"test/TestAvatar.sol",
"test/TestModule.sol",
"test/TestModifier.sol",
],
skipFiles: ["test"],
mocha: {
grep: "@skip-on-coverage", // Find everything with this tag
invert: true, // Run the grep's inverse set.
Expand Down

0 comments on commit 50bfe72

Please sign in to comment.