We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b641167 commit 249ef9bCopy full SHA for 249ef9b
plugins/hardhat.plugin.js
@@ -65,7 +65,7 @@ task(TASK_COMPILE_SOLIDITY_GET_COMPILATION_JOB_FOR_FILE).setAction(async (_, __,
65
/**
66
* Coverage task implementation
67
* @param {HardhatUserArgs} args
68
- * @param {HardhatEvn} env
+ * @param {HardhatEnv} env
69
*/
70
task("coverage", "Generates a code coverage report for tests")
71
.addOptionalParam("testfiles", ui.flags.file, "", types.string)
0 commit comments