Skip to content

Commit 7aa3393

Browse files
committed
RenderPDF.io PHP Library
1 parent 809ac29 commit 7aa3393

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: upload coverage to codecov.io
4040
if: success() && matrix.version == '8.3'
41-
uses: codecov/codecov-action@v3
41+
uses: codecov/codecov-action@v4.0.1
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
file: ./coverage.xml

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Render HTML to PDF for PHP - RenderPDF.io PHP Library
22

3+
[![Unit Test](https://github.com/renderpdf-io/renderpdf-php/actions/workflows/build.yml/badge.svg)](https://github.com/renderpdf-io/renderpdf-php/actions/workflows/build.yml)
4+
[![codecov](https://codecov.io/gh/renderpdf-io/renderpdf-php/graph/badge.svg?token=UFQHEZDDXP)](https://codecov.io/gh/renderpdf-io/renderpdf-php)
35

46
![RenderPDF.io Cover](./.github/renderpdf-io-cover.png)
57

0 commit comments

Comments
 (0)