Skip to content

Commit f1462f3

Browse files
author
boryszielonka
committed
readme + workflow/ci.yaml fix
1 parent d18359a commit f1462f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Run PHPUnit tests with coverage
4242
run: ./vendor/bin/phpunit tests \
43-
--coverage-clover=coverage.xml \
43+
--coverage-clover=clover.xml \
4444
--coverage-filter=src \
4545
--bootstrap=vendor/autoload.php
4646

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# PHP SAX Parser
2+
[![CI](https://github.com/boryszielonka/php-sax-parser/actions/workflows/ci.yml/badge.svg)](https://github.com/boryszielonka/php-sax-parser/actions)
3+
[![Coverage](https://raw.githubusercontent.com/boryszielonka/php-sax-parser/main/output/coverage.svg)](https://github.com/boryszielonka/php-sax-parser)
24

35
Simple and efficient XML streaming parser for PHP using SAX (Simple API for XML) approach.
46
This library allows you to parse large XML files without loading entire document into memory.

0 commit comments

Comments
 (0)