From b93edbd6d495743692d54db3e66ce8b78f082016 Mon Sep 17 00:00:00 2001 From: Santosh Shinde Date: Tue, 14 May 2024 22:31:29 +0530 Subject: [PATCH] update readme file --- README.md | 2 ++ sonar-report.xml | 14 +++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 15cb8ac..63d9570 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ module.exports = { We can customize the file name and path for the generated Sonar generic test execution report by passing parameters to `outputFile` in jest config. +``` module.exports = { ... reporters: ['default', ['jest-to-sonar', { @@ -38,6 +39,7 @@ module.exports = { }]], ... } +``` ## Available Options diff --git a/sonar-report.xml b/sonar-report.xml index 0bd4298..0e06f07 100644 --- a/sonar-report.xml +++ b/sonar-report.xml @@ -3,19 +3,19 @@ - + - + - + - + - + @@ -23,9 +23,9 @@ - + - + \ No newline at end of file