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

infection / codeception-adapter
91%

Build:
DEFAULT BRANCH: master
Repo Added 14 Feb 2020 03:16PM UTC
Files 7
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 0.3.1
  • build/fix-composer-lock
  • build/fix-makefile-cmd
  • build/ignore-codeception-autogenerated-code
  • build/rename-main-to-master
  • build/var-dir
  • chore/php-cs-fixer-dev
  • ci/dependabot
  • ci/e2e-to-test
  • ci/meta-jobs
  • ci/pin-deps
  • dependabot/composer/phpunit/phpunit-9.6.33
  • dependabot/composer/symfony/process-6.4.14
  • dependabot/composer/symfony/process-7.4.5
  • dependabot/github_actions/dot-github/workflows/dependencies-634bc17ca2
  • dependabot/github_actions/dot-github/workflows/dependencies-cb58694054
  • dependabot/github_actions/dot-github/workflows/dependencies-e6ee9d7de3
  • dependabot/github_actions/dot-github/workflows/dependencies-ef44810f39
  • docs/improve
  • feature/test-framework-adapter
  • fix/assert-constraints
  • fix/junit-path
  • fix/missing-assert
  • fix/throw-invalid-exception
  • fix/version-parser-exception
  • main
  • perf/default-coverage-path2
  • perf/php-coverage
  • refactor/adapter-name
  • refactor/coverge-path
  • refs/pull/41/merge
  • refs/pull/65/merge
  • style/fix
  • test-branch
  • test/coverage
  • test/e2e
  • test/more-e2e-tests

28 Jan 2026 11:55PM UTC coverage: 91.489%. Remained the same
21460024935

push

github

web-flow
build(deps): Bump symfony/process from 7.4.3 to 7.4.5 (#65)

Bumps [symfony/process](https://github.com/symfony/process) from 7.4.3
to 7.4.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/symfony/process/releases">symfony/process's
releases</a>.</em></p>
<blockquote>
<h2>v7.4.5</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/process/compare/v7.4.4...v7.4.5">https://github.com/symfony/process/compare/v7.4.4...v7.4.5</a>)</p>
<ul>
<li>security #cve-2026-24739 Fix escaping for MSYS on Windows
(nicolas-grekas)</li>
<li>bug <a
href="https://redirect.github.com/symfony/process/issues/63164">#63164</a>
Fix escaping for MSYS on Windows (<a
href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li>
</ul>
<h2>v7.4.4</h2>
<p><strong>Changelog</strong> (<a
href="https://github.com/symfony/process/compare/v7.4.3...v7.4.4">https://github.com/symfony/process/compare/v7.4.3...v7.4.4</a>)</p>
<ul>
<li>bug <a
href="https://redirect.github.com/symfony/process/issues/63004">#63004</a>
Ignore invalid env var names (<a
href="https://github.com/nicolas-grekas"><code>@​nicolas-grekas</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/symfony/process/commit/608476f46"><code>608476f</code></a>
Merge branch '7.3' into 7.4</li>
<li><a
href="https://github.com/symfony/process/commit/81fe4ea2c"><code>81fe4ea</code></a>
Merge branch '6.4' into 7.3</li>
<li><a
href="https://github.com/symfony/process/commit/c46e854e7"><code>c46e854</code></a>
[Process] Fix escaping for MSYS on Windows</li>
<li><a
href="https://github.com/symfony/process/commit/626f07a53"><code>626f07a</code></a>
Merge branch '7.3' into 7.4</li>
<li><a
href="https://github.com/symfony/process/commit/4424bc14e7dedec472440cc991f961f22343c... (continued)

215 of 235 relevant lines covered (91.49%)

63.52 hits per line

Relevant lines Covered
Build:
Build:
235 RELEVANT LINES 215 COVERED LINES
63.52 HITS PER LINE
Source Files on master
  • Tree
  • List 7
  • 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
21460024935 master build(deps): Bump symfony/process from 7.4.3 to 7.4.5 (#65) Bumps [symfony/process](https://github.com/symfony/process) from 7.4.3 to 7.4.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/symfony/proces... push 28 Jan 2026 11:55PM UTC web-flow github
91.49
21459989122 master build(deps): Bump actions/checkout from 6.0.1 to 6.0.2 in /.github/workflows in the dependencies group (#63) Bumps the dependencies group in /.github/workflows with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `acti... push 28 Jan 2026 11:53PM UTC web-flow github
91.49
21459952089 master build(deps-dev): Bump phpunit/phpunit from 9.6.31 to 9.6.33 (#64) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.31 to 9.6.33. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.... push 28 Jan 2026 11:52PM UTC web-flow github
91.49
21230149281 master build(deps): Bump actions/cache from 5.0.1 to 5.0.2 in /.github/workflows in the dependencies group (#62) Bumps the dependencies group in /.github/workflows with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache... push 21 Jan 2026 11:52PM UTC web-flow github
91.49
20895574939 master refactor: Inject the test framework name from the factory instead of the adapter (#51) See the rationale in https://github.com/infection/phpspec-adapter/pull/89. push 11 Jan 2026 01:04PM UTC web-flow github
91.49
20876737061 master fix: Throw invalid version exception (#59) We current have the following adapters: - Codeception - PhpSpec - PHPUnit - PHPStan Of all of them, only Codeception has this behaviour of swallowing the exception to display `unknown` instead of throw... push 10 Jan 2026 10:09AM UTC web-flow github
91.42
20876688556 master fix: Make VersionParser throw the correct exception upon invalid version (#58) Currently it throws an `InvalidArgumentException` but the abstract test framework package provides an `InvalidVersion` exception, which is what is documented for `Test... push 10 Jan 2026 10:05AM UTC web-flow github
89.92
20876670237 master test: Add more tests for a more complete coverage sample (#60) push 10 Jan 2026 10:03AM UTC web-flow github
89.47
20799870587 master build: Fix the Makefile command (#56) Currently executing `make all` just fails and does not even execute all the checks either. The current makefile seems to be quite different that the one traditionally used, and I don't really want to spend t... push 07 Jan 2026 11:26PM UTC web-flow github
89.47
20799839989 master fix: Make the JUnit path relative to the tmp directory (#54) It appears that unlike the regular XML coverage, Codeception respects the absolute path for the JUnit report, i.e.: ``` codecept run --xml=$(pwd)/new-dir/junit.xml ``` will work so lo... push 07 Jan 2026 11:24PM UTC web-flow github
89.47
See All Builds (239)
  • 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

© 2026 Coveralls, Inc