Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 15d8fba

Browse files
committed
Merge branch 'master' into v3
2 parents e7b4f7f + 999c2da commit 15d8fba

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ dist: bionic
22

33
language: php
44

5+
addons:
6+
sonarcloud:
7+
organization: "chubbyphp"
8+
9+
git:
10+
depth: false
11+
512
matrix:
613
include:
714
- php: 7.2
@@ -32,3 +39,4 @@ script:
3239

3340
after_success:
3441
- travis_retry php vendor/bin/php-coveralls --coverage_clover=build/phpunit/clover.xml --json_path=build/coveralls.json -v
42+
- sonar-scanner

sonar-project.properties

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
sonar.projectKey=chubbyphp_chubbyphp-deserialization
2+
sonar.projectName=chubbyphp-deserialization
3+
4+
sonar.sources=src
5+
sonar.tests=tests
6+
sonar.language=php
7+
sonar.sourceEncoding=UTF-8
8+
sonar.php.coverage.reportPaths=build/phpunit/clover.xml
9+
sonar.php.tests.reportPath=build/phpunit/junit.xml

0 commit comments

Comments
 (0)