File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : php
2+
23php :
34 - 7.1
5+
46before_script :
57 - composer install
8+
69script :
710 - composer test-ci
811 - composer acceptance-test-ci
9- after_success :
12+
13+ after_script :
14+ - vendor/bin/codacycoverage clover reports/coverage.xml
1015 - curl -s https://codecov.io/bash | bash
Original file line number Diff line number Diff line change 33
44[ ![ Build Status] ( https://travis-ci.org/earelin/php-libkml.svg?branch=2.x.x )] ( https://travis-ci.org/earelin/php-libkml )
55[ ![ codecov] ( https://codecov.io/gh/earelin/php-libkml/branch/2.x.x/graph/badge.svg )] ( https://codecov.io/gh/earelin/php-libkml )
6+ [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/1c5f03a197614885af5302aa00495bd8 )] ( https://www.codacy.com/app/xavier-carriba/php-libkml?utm_source=github.com& ; utm_medium=referral& ; utm_content=earelin/php-libkml& ; utm_campaign=Badge_Grade )
67
78A php library to manipulate KML/KMZ files.
89
Original file line number Diff line number Diff line change 1717 "ext-simplexml" : " *"
1818 },
1919 "require-dev" : {
20- "phpunit/phpunit " : " ^7.4 " ,
20+ "codacy/coverage " : " dev-master " ,
2121 "drupal/coder" : " ^8.2.12" ,
2222 "behat/behat" : " ^3.5" ,
23- "leanphp/behat-code-coverage" : " ^3.4"
23+ "leanphp/behat-code-coverage" : " ^3.4" ,
24+ "phpunit/phpunit" : " ^7.4"
2425 },
2526 "autoload" : {
2627 "psr-4" : {
You can’t perform that action at this time.
0 commit comments