File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ before_script:
16
16
- travis_retry composer install --no-interaction --prefer-source --dev
17
17
- pecl install uopz
18
18
- export PATH=$PATH:$PWD
19
- script : vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover=coverage.xml
19
+ script :
20
+ - vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover=coverage.xml
21
+ - sonar-scanner
20
22
21
23
after_success :
22
24
- bash <(curl -s https://codecov.io/bash)
@@ -35,3 +37,8 @@ deploy:
35
37
tags : true
36
38
after_deploy :
37
39
- ./vendor/bin/phing clean
40
+
41
+ addons :
42
+ sonarcloud :
43
+ organization : " smillerdev-github"
44
+
Original file line number Diff line number Diff line change 1
- # PHPDraft [ ![ Build Status ] ( https://travis-ci.org/SMillerDev/ phpdraft.svg?branch=master )] ( https://travis-ci.org /SMillerDev/phpdraft ) [ ![ Style Status] ( https://styleci. io/repos/65147997/shield )] ( https://styleci.io/repos/65147997 ) [ ![ codecov] ( https://codecov. io/gh/SMillerDev/phpdraft/branch/master/graph/badge.svg ) ]( https://codecov. io/gh/SMillerDev/phpdraft )
1
+ # PHPDraft [ ![ Packagist Version ] ( https://img.shields.io/packagist/v/smillerdev/ phpdraft.svg )] ( https://github.com /SMillerDev/phpdraft/releases/latest ) [ ![ Build Status] ( https://img.shields. io/travis/smillerdev/phpdraft.svg )] ( https://travis-ci.org/SMillerDev/phpdraft ) [ ![ codecov] ( https://img.shields.io/ codecov/c/github/smillerdev/phpdraft.svg )] ( https://codecov. io/gh/SMillerDev/phpdraft) [ ![ Style Status ] ( https://styleci.io/repos/65147997/shield?style=square )] ( https://styleci.io/repos/65147997 ) ![ Maintenance ] ( https://img.shields. io/maintenance/yes/2019.svg )
2
2
This is a parser for API Blueprint files in PHP.[ 1] ( #dependencies )
3
3
4
4
## Dependencies
Original file line number Diff line number Diff line change
1
+ sonar.projectKey =SMillerDev_phpdraft
2
+ sonar.projectName =PHPDraft
3
+ sonar.sources =src/PHPDraft
You can’t perform that action at this time.
0 commit comments