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 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments