Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshshinde2012 committed May 16, 2024
1 parent 69b802c commit d17ef3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
-Dsonar.projectVersion=1.0
-Dsonar.sources=.
-Dsonar.exclusions=**/tests/**/*.ts
-Dsonar.test.inclusions=**/tests/**/*.ts
-Dsonar.coverage.exclusions=**/tests/**/*.ts,node_modules/*,coverage/lcov-report/*
-Dsonar.language=ts
-Dsonar.tests=./tests
Expand Down
2 changes: 1 addition & 1 deletion coverage/sonar-report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<testCase name="createFile function should create file with given data" duration="0" />
<testCase name="createFile function should handle error when writing file" duration="0.001" />
<testCase name="generateXML generates correct XML with test cases of different statuses" duration="0" />
<testCase name="generateXML generates correct XML with test cases of 0 duration" duration="0.001" />
<testCase name="generateXML generates correct XML with test cases of 0 duration" duration="0" />
<testCase name="generateXML handles empty testFileResults map" duration="0" />
<testCase name="generateXML handles empty path" duration="0" />
<testCase name="getRelativePath generates relative path correctly" duration="0" />
Expand Down

0 comments on commit d17ef3a

Please sign in to comment.