diff --git a/.gitignore b/.gitignore index 5cd5e2a..1c658c6 100644 --- a/.gitignore +++ b/.gitignore @@ -174,6 +174,4 @@ dist # Finder (MacOS) folder config .DS_Store -site/.vitepress/cache - -lcov.info \ No newline at end of file +site/.vitepress/cache \ No newline at end of file diff --git a/package.json b/package.json index 1705715..497ca15 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "prepublishOnly": "pnpm build", "test": "tsx src/**/*.test.ts", "test:coverage": "c8 tsx --test src/**/*.test.ts", - "test:report": "c8 report --reporter=text-lcov > lcov.info" + "test:report": "c8 report --reporter=text-lcov > ./coverage/lcov.info" }, "publishConfig": { "access": "public" } }