mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 08:02:51 +02:00
Moved to scrutinizer
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
languages:
|
||||
PHP: true
|
||||
exclude_paths:
|
||||
- tests/*
|
||||
- benchmarks/*
|
||||
- scripts/*
|
||||
@@ -0,0 +1,3 @@
|
||||
tools:
|
||||
external_code_coverage:
|
||||
timeout: 600
|
||||
+3
-2
@@ -24,10 +24,11 @@ before_script:
|
||||
- composer install --prefer-source
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
|
||||
- vendor/bin/phpunit --coverage-clover clover.xml
|
||||
|
||||
after_script:
|
||||
- CODECLIMATE_REPO_TOKEN=$CODECLIMATE_REPO_TOKEN vendor/bin/test-reporter
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
- php ocular.phar code-coverage:upload --format=php-clover clover.xml
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
# InfluxDB PHP SDK
|
||||
|
||||
[](https://travis-ci.org/corley/influxdb-php-sdk)
|
||||
[](https://codeclimate.com/github/corley/influxdb-php-sdk)
|
||||
[](https://codeclimate.com/github/corley/influxdb-php-sdk/coverage)
|
||||
[](https://scrutinizer-ci.com/g/corley/influxdb-php-sdk/?branch=master)
|
||||
[](https://scrutinizer-ci.com/g/corley/influxdb-php-sdk/?branch=master)
|
||||
[](https://packagist.org/packages/corley/influxdb-sdk)
|
||||
[](https://packagist.org/packages/corley/influxdb-sdk)
|
||||
|
||||
Reference in New Issue
Block a user