mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Added codeclimate
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
languages:
|
||||
PHP: true
|
||||
exclude_paths:
|
||||
- tests/*
|
||||
- benchmarks/*
|
||||
- scripts/*
|
||||
+4
-1
@@ -24,7 +24,10 @@ before_script:
|
||||
- composer install --prefer-source
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit
|
||||
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml
|
||||
|
||||
after_script:
|
||||
- CODECLIMATE_REPO_TOKEN=$CODECLIMATE_REPO_TOKEN vendor/bin/test-reporter
|
||||
|
||||
notifications:
|
||||
slack:
|
||||
|
||||
Reference in New Issue
Block a user