Skip to content

Commit 64535bb

Browse files
committed
add badge and freeze immutable release of codedov action
1 parent 4c9ec9f commit 64535bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
--health-retries 5
2525
--health-timeout 5s
2626
27-
name: Run PHPUnit Tests
27+
name: Run PHPUnit Tests With Coverage
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout code
@@ -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@v5
56+
uses: codecov/codecov-action@0565863
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
@@ -4,6 +4,7 @@
44
![License](https://img.shields.io/github/license/nagels-tech/neo4j-query-api)
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)
7+
[![codecov](https://codecov.io/github/nagels-tech/neo4j-query-api/graph/badge.svg?token=NTHCFY38D7)](https://codecov.io/github/nagels-tech/neo4j-query-api)
78

89
## Interact programmatically with Top Graph Technology
910

0 commit comments

Comments
 (0)