Skip to content

Commit

Permalink
ci: configurando cobergura de teste do sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
deMGoncalves committed Sep 10, 2024
1 parent ab4e6f9 commit 1a822d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"source": "src/index.js",
"type": "module",
"types": "types.d.ts",
"version": "0.0.48"
"version": "0.0.49"
}
5 changes: 5 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
sonar.organization=bake-js
sonar.projectKey=bake-js_-o-id

sonar.sources = src/
sonar.tests = src/
sonar.test.inclusions = src/**/*.spec.ts
sonar.exclusions = src/**/index.js
sonar.javascript.lcov.reportPaths=./coverage/lcov.info

0 comments on commit 1a822d9

Please sign in to comment.