File tree 4 files changed +7
-2
lines changed
4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ addons:
12
12
before_script :
13
13
- composer install --prefer-source --no-interaction
14
14
script :
15
- - vendor/bin/phpunit
16
15
- vendor/bin/phpcs
16
+ - vendor/bin/phpunit
17
17
- sonar-scanner
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Stated on the European Commission website:
16
16
17
17
More information at http://ec.europa.eu/taxation_customs/vies/faqvies.do#item16
18
18
19
- [ ![ Travis-CI Build status] ( https://api.travis-ci.org/DragonBe/vies.png )] ( https://travis-ci.org/DragonBe/vies ) [ ![ SensioLabs Insights] ( https://insight.sensiolabs.com/projects/21b019ce-dd1d-4d16-8b74-880b9ee5e795/mini.png )] ( https://insight.sensiolabs.com/projects/21b019ce-dd1d-4d16-8b74-880b9ee5e795 ) [ ![ CodeClimate Analysis] ( https://d3s6mut3hikguw.cloudfront.net/github/DragonBe/vies/badges/gpa.svg )] ( https://codeclimate.com/github/DragonBe/vies ) [ ![ CodeClimate CodeCoverage] ( https://d3s6mut3hikguw.cloudfront.net/github/DragonBe/vies/badges/coverage.svg )] ( https://codeclimate.com/github/DragonBe/vies ) [ ![ CodeShip CI] ( https://codeship.com/projects/304718e0-8d01-0132-6960-7671d147512f/status?branch=master )] ( https://codeship.com/projects/60548 ) [ ![ Build Status] ( https://status.continuousphp.com/git-hub/DragonBe/vies?token=e8721fe8-0619-4789-9691-33021709f42f )] ( https://continuousphp.com/git-hub/DragonBe/vies )
19
+ [](https://travis-ci.org/DragonBe/vies) [](https://insight.sensiolabs.com/projects/21b019ce-dd1d-4d16-8b74-880b9ee5e795) [](https://codeclimate.com/github/DragonBe/vies) [](https://codeclimate.com/github/DragonBe/vies) [](https://codeship.com/projects/60548) [](https://continuousphp.com/git-hub/DragonBe/vies) [](https://sonarcloud.io/dashboard?id=DragonBe_hibp)
20
20
21
21
## GDPR and privacy regulation of VAT within the EU
22
22
Original file line number Diff line number Diff line change 5
5
<!-- display progress -->
6
6
<arg value =" p" />
7
7
<arg name =" colors" />
8
+ <arg name =" report-checkstyle" value =" build/logs/checkstyle.xml" />
8
9
9
10
<!-- inherit rules from: -->
10
11
<rule ref =" PSR2" />
Original file line number Diff line number Diff line change
1
+ sonar.organization =dragonbe-github
1
2
sonar.projectKey =DragonBe_hibp
2
3
sonar.projectName =VIES QA
3
4
sonar.projectVersion =1.0-SNAPSHOT
5
+ sonar.sources =.
6
+ sonar.host.url =https://sonarcloud.io
4
7
5
8
# =====================================================
6
9
# Meta-data for the project
@@ -21,5 +24,6 @@ sonar.sources=src
21
24
sonar.tests =tests
22
25
23
26
# Properties specific to language plugins:
27
+ sonar.java.checkstyle.reportPaths =build/logs/checkstyle.xml
24
28
sonar.php.coverage.reportPath =build/logs/coverage/coverage-xml/index.xml
25
29
sonar.php.tests.reportPath =build/logs/junit.xml
You can’t perform that action at this time.
0 commit comments