1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Upload and process test results as an artifact and report (#4435)

This commit is contained in:
Matt Bishop
2023-01-11 09:01:02 -05:00
committed by GitHub
parent 2b67563868
commit 4be2989fec
5 changed files with 55 additions and 5 deletions

View File

@@ -3,6 +3,8 @@ const { pathsToModuleNameMapper } = require("ts-jest");
const { compilerOptions } = require("./tsconfig");
module.exports = {
reporters: ["default", "jest-junit"],
collectCoverage: true,
coverageReporters: ["html", "lcov"],
coverageDirectory: "coverage",