Skip to content

Commit 1f3994a

Browse files
committed
add badge and use full commit hash
1 parent 64535bb commit 1f3994a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
NEO4J_PASSWORD: "password"
5454
run: vendor/bin/phpunit --configuration phpunit.coverage.xml ./tests
5555
- name: Upload coverage to Codecov
56-
uses: codecov/codecov-action@0565863
56+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
files: ./coverage/coverage.xml

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
![Version](https://img.shields.io/github/v/release/nagels-tech/neo4j-query-api)
66
[![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)
77
[![codecov](https://codecov.io/github/nagels-tech/neo4j-query-api/graph/badge.svg?token=NTHCFY38D7)](https://codecov.io/github/nagels-tech/neo4j-query-api)
8+
![Packagist Downloads](https://img.shields.io/packagist/dt/neo4j-php/query-api)
89

910
## Interact programmatically with Top Graph Technology
1011

0 commit comments

Comments
 (0)