diff --git a/package.json b/package.json index bb0103e..3827b22 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "license": "BSD-2-Clause", "scripts": { - "cover": "c8 -x 'tests/**/*.mjs' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp", + "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp", "docs": "documentation readme src/sftp-scheme.mjs --section=API", "lint": "documentation lint src/sftp-scheme.mjs", "posttest": "markdown-doctest",