Skip to content

Commit df2a111

Browse files
committed
Merge remote-tracking branch 'origin/Completing-KML-parsing' into Completing-KML-parsing
2 parents c08c06e + c573874 commit df2a111

4 files changed

Lines changed: 220 additions & 61 deletions

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
language: php
2+
23
php:
34
- 7.1
5+
46
before_script:
57
- composer install
8+
69
script:
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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

78
A php library to manipulate KML/KMZ files.
89

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
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": {

0 commit comments

Comments
 (0)