Skip to content

Commit

Permalink
Merge pull request #36 from 1Hive/coverage-fix
Browse files Browse the repository at this point in the history
Update solcover and move Template to folder
  • Loading branch information
rperez89 committed Nov 14, 2019
2 parents ed12845 + 7d76541 commit 5628b64
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
module.exports = {
norpc: true,
copyPackages: ['@aragon/os', '@aragon/apps-shared-minime', '@aragon/test-helpers'],
copyPackages: [
'@aragon/os',
'@aragon/apps-shared-minime',
'@aragon/test-helpers',
'@aragon/apps-token-manager',
'@aragon/apps-vault',
'@aragon/apps-voting'
],
skipFiles: [
'test',
'@aragon/os',
'@aragon/apps-shared-minime',
'@aragon/test-helpers',
'examples',
'@aragon/os',
'@aragon/apps-shared-minime',
'@aragon/test-helpers',
'@aragon/apps-token-manager',
'@aragon/apps-vault',
'@aragon/apps-voting'
]
}
}
2 changes: 1 addition & 1 deletion contracts/Template.sol → contracts/examples/Template.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import "@aragon/apps-token-manager/contracts/TokenManager.sol";
import "@aragon/apps-shared-minime/contracts/MiniMeToken.sol";
import "@aragon/os/contracts/common/EtherTokenConstant.sol";

import "./DandelionVoting.sol";
import "../DandelionVoting.sol";


contract TemplateBase is APMNamehash {
Expand Down

0 comments on commit 5628b64

Please sign in to comment.