• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

MyIntervals / emogrifier
96%

Build:
DEFAULT BRANCH: main
Repo Added 23 Aug 2024 09:31AM UTC
Files 13
Badge
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
Reset
  • main
  • bugfix/accessible
  • bugfix/gh-token
  • bugfix/phar-gpg-keys
  • bugfix/to-string-1
  • cleanup/annotations-2
  • cleanup/annotations-3
  • cleanup/annotations-4
  • cleanup/array-map-keys
  • cleanup/arrays-1
  • cleanup/arrays-2
  • cleanup/assertcss
  • cleanup/autoformat
  • cleanup/backticks
  • cleanup/cache-type-annotation
  • cleanup/css-concatenator
  • cleanup/css-constraint
  • cleanup/css-inliner
  • cleanup/declaration-block-parser
  • cleanup/double-assigment
  • cleanup/drop-redundant-annotations-1
  • cleanup/drop-redundant-annotations-2
  • cleanup/drop-redundant-annotations-4
  • cleanup/drop-redundant-annotations-5
  • cleanup/drop-redundant-annotations-6
  • cleanup/gpg-keys
  • cleanup/guard-clause-1
  • cleanup/htmlpruner
  • cleanup/is-equivalent-css
  • cleanup/non-empty-string
  • cleanup/nullable-annotations
  • cleanup/phpstan-warnings
  • cleanup/preg-replace-callback
  • cleanup/rector-config
  • cleanup/safe/tests
  • cleanup/string-contains-css
  • cleanup/string-css-count
  • cleanup/type-annotation
  • cleanup/type-annotations
  • cleanup/types/css-data-providers
  • cleanup/types/simple-string-cache-test
  • cleanup/types/test-string-constraint
  • cleanup/types/utilities
  • dependabot/composer/phpunit/phpunit-9.6.23
  • dependabot/composer/phpunit/phpunit-9.6.24
  • dependabot/composer/phpunit/phpunit-9.6.25
  • dependabot/composer/phpunit/phpunit-9.6.26
  • dependabot/composer/phpunit/phpunit-9.6.27
  • dependabot/composer/phpunit/phpunit-9.6.28
  • dependabot/composer/phpunit/phpunit-9.6.29
  • dependabot/composer/rawr/phpunit-data-provider-3.3.1
  • dependabot/github_actions/actions/checkout-5
  • docs/coc-email
  • docs/rework-rebase
  • feature/type-perfect
  • task/allow-instanceof-in-tests
  • task/array_map-1
  • task/configure-phpstan-php-version
  • task/contributing-git
  • task/cross-1
  • task/cross-2
  • task/cross-3
  • task/dataprovider-5
  • task/dataprovider-6
  • task/dev-deps
  • task/dev-tools
  • task/drop-dependency
  • task/drop-phpmd
  • task/drop-test-action
  • task/move-phpmd
  • task/move-phpstan-config
  • task/parser-dep
  • task/phpstan-10
  • task/release
  • task/release-instructions
  • task/require-parser-880
  • task/require-parser-89
  • task/require-parser-9
  • task/safe-1
  • task/safe/abstract-html-processor-test
  • task/safe/css-document-test
  • task/safe/css-inliner
  • task/safe/css-inliner-test
  • task/safe/html-pruner-test
  • task/update-dev-deps
  • task/update-dev-tools
  • task/update-phpstan-rector
  • task/update-rector-phpstan
  • test/php-85

25 Sep 2025 12:29AM UTC coverage: 96.472%. Remained the same
17993256400

push

github

web-flow
[Dependabot] Update phpunit/phpunit requirement from 9.6.28 to 9.6.29 (#1479)

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.29/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.28...9.6.29)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-version: 9.6.29
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

875 of 907 relevant lines covered (96.47%)

246.78 hits per line

Relevant lines Covered
Build:
Build:
907 RELEVANT LINES 875 COVERED LINES
246.78 HITS PER LINE
Source Files on main
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
17993256400 main [Dependabot] Update phpunit/phpunit requirement from 9.6.28 to 9.6.29 (#1479) Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastian... push 25 Sep 2025 12:30AM UTC web-flow github
96.47
17974617883 main [Dependabot] Update phpunit/phpunit requirement from 9.6.27 to 9.6.28 (#1478) Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastian... push 24 Sep 2025 11:01AM UTC web-flow github
96.47
17870655717 main [TASK] Use safe preg functions in `CssInlinerTest` (#1476) Part of #919 push 19 Sep 2025 09:56PM UTC web-flow github
96.47
17870521360 main [TASK] Use safe preg functions in `CssDocumentTest` (#1475) Part of #919 push 19 Sep 2025 09:47PM UTC web-flow github
96.47
17865636442 main [TASK] Use safe preg functions in `AbstractHtmlProcessorTest` (#1474) Part of #919 push 19 Sep 2025 05:39PM UTC web-flow github
96.47
17801878961 main [TASK] Use safe preg functions in `HtmlPrunerTest` (#1473) Part of #919 push 17 Sep 2025 03:01PM UTC web-flow github
96.47
17763736471 main [TASK] Use Safe-PHP functions for regexp in `CssInliner` (#1457) Part of #919 push 16 Sep 2025 11:07AM UTC web-flow github
96.47
17733727778 main [CLEANUP] Refactor preg usage in `CssInliner` (#1469) This is in preparation for using the safe versions of the preg functions. push 15 Sep 2025 12:53PM UTC web-flow github
96.89
17733629379 main Prepare release of version 8.1.0 (#1471) push 15 Sep 2025 12:50PM UTC web-flow github
96.89
17708190107 main [Dependabot] Update phpunit/phpunit requirement from 9.6.26 to 9.6.27 (#1464) Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastian... push 14 Sep 2025 07:38AM UTC web-flow github
96.89
See All Builds (604)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc