mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Removed code coverage logic.
This commit is contained in:
@@ -1,3 +1 @@
|
|||||||
src_dir: .
|
src_dir: .
|
||||||
coverage_clover: build/logs/clover.xml
|
|
||||||
json_path: build/logs/coveralls-upload.json
|
|
@@ -1,5 +1,3 @@
|
|||||||
# .scrutinizer.yml
|
# .scrutinizer.yml
|
||||||
tools:
|
tools:
|
||||||
external_code_coverage:
|
external_code_coverage: false
|
||||||
timeout: 1800 # Timeout in seconds.
|
|
||||||
runs: 2
|
|
@@ -13,10 +13,3 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- phpunit
|
- phpunit
|
||||||
|
|
||||||
after_script:
|
|
||||||
- php vendor/bin/coveralls
|
|
||||||
- CODECLIMATE_REPO_TOKEN=26489f9e854fcdf7e7660ba29c1455694685465b1f90329a79f7d2bf448acb61 ./vendor/bin/test-reporter --stdout > codeclimate.json
|
|
||||||
- "curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports"
|
|
||||||
- wget https://scrutinizer-ci.com/ocular.phar
|
|
||||||
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
|
||||||
|
Reference in New Issue
Block a user