Skip to content

Commit

Permalink
build(ci): skip test helper contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Feb 8, 2024
1 parent d426883 commit f00c20a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
module.exports = {
istanbulReporter: ['html', 'text', 'cobertura'],
// REVIEW: Do we need to skip only those? Do we need to skip anything at all?
skipFiles: [
'0.4.24/test_helpers',
'0.6.12/mocks',
'0.8.9/test_helpers',
'common/test_helpers'
]
}

0 comments on commit f00c20a

Please sign in to comment.