Skip to content

Commit

Permalink
Match the code coverage configuration to previous nyc config
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 10, 2023
1 parent 347a633 commit 1f207d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/beacon-node/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ export default defineConfig({
reporters: ["default", "hanging-process"],
coverage: {
clean: true,
all: false,
extension: [".ts"],
provider: "v8",
reporter: [["lcovonly", {projectRoot: "./src", file: "lcov.info"}], ["json", {file: "coverage.json"}], ["text"]],
reporter: [["lcovonly", {file: "lcov.info"}], ["text"]],
reportsDirectory: "./coverage",
exclude: [
"**/*.d.ts",
Expand Down

0 comments on commit 1f207d5

Please sign in to comment.