VOOZH about

URL: https://coveralls.io/github/MyIntervals/PHP-CSS-Parser?branch=main

⇱ MyIntervals/PHP-CSS-Parser | Coveralls - Test Coverage History & Statistics


👁 Image
👁 Image

MyIntervals / PHP-CSS-Parser
73%

DEFAULT BRANCH: main
Repo Added
Files 55
Badge
👁 Image
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x

coverage: 72.604%. Remained the same
Relevant lines Covered
2212 RELEVANT LINES 1606 COVERED LINES
37.87 HITS PER LINE
Source Files on main
Coverage File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28096044664 main [Dependabot] Bump actions/cache from 5 to 6 (#1600) Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASE... push 👁 Image
web-flow
github
72.6
27913606329 main [TASK] Update the development dependencies (#1598) push 👁 Image
web-flow
github
72.6
27769806267 main [Dependabot] Bump actions/checkout from 6 to 7 (#1597) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/bl... push 👁 Image
web-flow
github
72.6
27769330760 main Prepare release of version 9.4.0 (#1596) push 👁 Image
web-flow
github
72.6
27702299794 main [TASK] Update the development dependencies (#1566) push 👁 Image
web-flow
github
72.6
27676171333 main [TASK] Add PHPStan extension to allow assertions (#1594) Suppress warnings for `assert()`s that, according to the DocBlock, can never fail, but in reality could, due to programmer error, since the DocBlock types are not enforced by PHP. This all... push 👁 Image
web-flow
github
72.6
27604181529 main [BUGFIX] Allow CSS containing only whitespace or comments (#1593) The tests added are functional rather than unit tests, as they are indirectly testing `CSSList` rather than `Parser` itself. Fixes #349 push 👁 Image
web-flow
github
73.3
26148579570 main [BUGFIX] Use `@phpstan-ignore` not `@phpstan-ignore-next-line` (#1591) `@phpstan-ignore` has the parameter which is the specific warning to ignore. `@phpstan-ignore-next-line` does not, and will result in suppression of all warnings for the next ... push 👁 Image
web-flow
github
73.3
25966811905 main [TASK] Test `LineName::getArrayRepresentation()` (#1582) The tests are similar to those for the parent class `ValueList`. The main differences are that the values are always strings and the separator is always a space, not a comma. push 👁 Image
web-flow
github
73.3
25965665492 main [BUGFIX] Only allow strings as `LineName` components (#1590) Fix the PHPDoc. Fixes #1589 push 👁 Image
web-flow
github
73.32