Skip to content

Commit

Permalink
Checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Sep 21, 2023
1 parent 1d118eb commit 0b1d7b3
Show file tree
Hide file tree
Showing 4 changed files with 627 additions and 383 deletions.
1 change: 1 addition & 0 deletions .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
testCommand: 'npm test',
compileCommand: 'npm run compile',
skipFiles: ['mocks'],
istanbulReporter: ['html', 'lcov', 'text'],
providerOptions: {
default_balance_ether: '10000000000000000000000000',
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"compile": "hardhat compile",
"coverage": "env COVERAGE=true hardhat coverage",
"coverage": "env COVERAGE=true hardhat coverage --testfiles test/access/manager/AccessManager.test.js",
"docs": "npm run prepare-docs && oz-docs",
"docs:watch": "oz-docs watch contracts docs/templates docs/config.js",
"prepare-docs": "scripts/prepare-docs.sh",
Expand Down
Loading

0 comments on commit 0b1d7b3

Please sign in to comment.