Skip to content

Commit d802102

Browse files
committed
#000: Generate coverage report before running sonar scanner
1 parent 16cb738 commit d802102

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)