Skip to content

Commit

Permalink
chore: 🔥 remove duplicated cases
Browse files Browse the repository at this point in the history
remove duplicated cases on test to avoid duplicated code to maintain
  • Loading branch information
equiman committed Oct 19, 2023
1 parent 203d30f commit a4c4fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
-Dsonar.projectVersion=${{ steps.package.outputs.version }}
-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info
-Dsonar.coverage.exclusions=**/*.test.ts
-sonar.cpd.exclusions=**/*.test.ts
-Dsonar.cpd.exclusions=**/*.test.ts

0 comments on commit a4c4fd3

Please sign in to comment.