Skip to content

Commit

Permalink
fix: remove useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed Jan 12, 2025
1 parent 7000ba1 commit 15eb2f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
27 changes: 0 additions & 27 deletions .solcover.gitlab.js

This file was deleted.

2 changes: 0 additions & 2 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
module.exports = {
skipFiles: [
'pentesting/',
'eips/ExampleErc20.sol',
'eips/ExampleErc721.sol',
'eips/ExampleErc1155.sol',
'authenticators/AuthDashboardV1.sol', // obsolete version contract
], // Add files to skip coverage here {'path/name.sol'}
istanbulFolder: './.coverage', // Folder to store coverage reports
istanbulReporter: ['html', 'lcov', 'text', 'json'], // Reporters to use
Expand Down

0 comments on commit 15eb2f8

Please sign in to comment.