We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d802102 commit 1965480Copy full SHA for 1965480
.travis.yml
@@ -16,5 +16,6 @@ before_script:
16
- npm run lint
17
script:
18
- npm test
19
+after_success:
20
- ./codecov -f coverage/lcov.info
- - sonar-scanner
21
+ - sonar-scanner
sonar-project.properties
@@ -4,6 +4,7 @@ sonar.projectKey=michaeldzjap_react-signature-pad-wrapper
4
# --- optional properties ---
5
6
sonar.javascript.lcov.reportPaths=coverage/lcov.info
7
+sonar.exclusions=rollup.config.js
8
9
# defaults to project key
10
#sonar.projectName=My project
0 commit comments