Skip to content

Commit 1965480

Browse files
committed
000: wp
1 parent d802102 commit 1965480

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ before_script:
1616
- npm run lint
1717
script:
1818
- npm test
19+
after_success:
1920
- ./codecov -f coverage/lcov.info
20-
- sonar-scanner
21+
- sonar-scanner

sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sonar.projectKey=michaeldzjap_react-signature-pad-wrapper
44
# --- optional properties ---
55

66
sonar.javascript.lcov.reportPaths=coverage/lcov.info
7+
sonar.exclusions=rollup.config.js
78

89
# defaults to project key
910
#sonar.projectName=My project

0 commit comments

Comments
 (0)