File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 )
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 ) [ ![ Sonar Coverage ] ( https://img.shields.io/sonar/https/sonarcloud.io/SMillerDev_phpdraft/coverage .svg )] ( https://sonarcloud .io/dashboard?id=SMillerDev_phpdraft ) [ ![ Sonar Quality Gate ] ( https://img.shields. io/sonar/https/sonarcloud.io/SMillerDev_phpdraft/alert_status.svg )] ( https://sonarcloud .io/dashboard?id=SMillerDev_phpdraft ) ![ 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 27
27
"ext-curl" : " *"
28
28
},
29
29
"require-dev" : {
30
- "lunr/halo" : " * " ,
30
+ "lunr/halo" : " dev-master " ,
31
31
"phpunit/phpunit" : " ~7.0" ,
32
32
"theseer/autoload" : " ~1.0" ,
33
33
"phing/phing" : " ~2.0"
Original file line number Diff line number Diff line change 1
1
sonar.projectKey =SMillerDev_phpdraft
2
2
sonar.projectName =PHPDraft
3
- sonar.sources =src/PHPDraft
3
+ sonar.sources =src/PHPDraft
4
+ sonar.php.coverage.reportPaths =.
5
+ sonar.exclusions =src/PHPDraft/**/Tests/**, tests/**
You can’t perform that action at this time.
0 commit comments