chore: update publish_test_coverage job

This commit is contained in:
Stevan Freeborn
2023-02-21 21:34:45 -06:00
parent 06ac0e91b0
commit bc44ed3a7a
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
"all": true,
"include": ["src/**/*.ts"],
"exclude": ["src/index.ts", "**/*.spec.ts"],
"reporter": ["html", "lcov", "text", "text-summary"],
"reporter": ["html", "lcov", "text", "text-summary", "json"],
"report-dir": "coverage"
}