File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 24
24
--health-retries 5
25
25
--health-timeout 5s
26
26
27
- name : Run PHPUnit Tests
27
+ name : Run PHPUnit Tests With Coverage
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout code
53
53
NEO4J_PASSWORD : " password"
54
54
run : vendor/bin/phpunit --configuration phpunit.coverage.xml ./tests
55
55
- name : Upload coverage to Codecov
56
- uses : codecov/codecov-action@v5
56
+ uses : codecov/codecov-action@0565863
57
57
with :
58
58
token : ${{ secrets.CODECOV_TOKEN }}
59
59
files : ./coverage/coverage.xml
Original file line number Diff line number Diff line change 4
4
![ License] ( https://img.shields.io/github/license/nagels-tech/neo4j-query-api )
5
5
![ Version] ( https://img.shields.io/github/v/release/nagels-tech/neo4j-query-api )
6
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
+ [ ![ codecov] ( https://codecov.io/github/nagels-tech/neo4j-query-api/graph/badge.svg?token=NTHCFY38D7 )] ( https://codecov.io/github/nagels-tech/neo4j-query-api )
7
8
8
9
## Interact programmatically with Top Graph Technology
9
10
You can’t perform that action at this time.
0 commit comments