File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
35Simple and efficient XML streaming parser for PHP using SAX (Simple API for XML) approach.
46This library allows you to parse large XML files without loading entire document into memory.
You can’t perform that action at this time.
0 commit comments