Skip to content

Commit d27abc7

Browse files
committed
badges added in readme
1 parent 57f35d7 commit d27abc7

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Neo4j Query API client
22

3+
4+
![License](https://img.shields.io/github/license/nagels-tech/neo4j-query-api)
5+
![Version](https://img.shields.io/github/v/release/nagels-tech/neo4j-query-api)
6+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2cb8a1e71ed04987b1c763a09e196c84)](https://app.codacy.com/gh/nagels-tech/neo4j-query-api/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
7+
38
## Interact programmatically with Top Graph Technology
49

510
- Easy to start with, just build your client in one line and start running queries

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"require-dev": {
1212
"guzzlehttp/guzzle": "^7.9",
13-
"phpunit/phpunit": "^10.0",
13+
"phpunit/phpunit": "^12.0",
1414
"friendsofphp/php-cs-fixer": "^3.68",
1515
"vimeo/psalm": "^6.8",
1616
"dg/bypass-finals": "^1.9",

phpunit.dist.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,10 @@
2424
</testsuite>
2525
</testsuites>
2626

27-
<coverage>
28-
<include>
29-
<directory>src/</directory>
30-
</include>
31-
<report>
32-
<clover outputFile="coverage.xml"/>
33-
</report>
34-
</coverage>
3527

3628
<php>
3729
<!-- <env name="NEO4J_ADDRESS" value="<put your address here>"/>-->
3830
<!-- <env name="NEO4J_USERNAME" value="<put your name here>"/>-->
3931
<!-- <env name="NEO4J_PASSWORD" value="<put your password here>"/>-->
4032
</php>
41-
</phpunit>
33+
</phpunit>

phpunitCoverage.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
</include>
1414
</source>
1515

16-
<coverage processUncoveredFiles="true">
17-
<include>
18-
<directory>src</directory>
19-
</include>
16+
<coverage>
2017
<report>
2118
<clover outputFile="./coverage/clover.xml"/>
2219
<cobertura outputFile="./coverage/cobertura.xml"/>

0 commit comments

Comments
 (0)