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

infection / codeception-adapter / 20799839989
91%

Build:
DEFAULT BRANCH: master
Ran 07 Jan 2026 11:24PM UTC
Jobs 8
Files 7
Run time 1min
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

07 Jan 2026 11:24PM UTC coverage: 89.474%. Remained the same
20799839989

push

github

web-flow
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 long `$(pwd)/new-dir` does exist (if it doesn't it will
fail).

`$tmpDir` is created ahead of time and is used at the output, so while
we currently do:

```
codecept run --xml=/path/to/tmp/junit.xml -o "paths: output: /path/to/tmp"
```

Since the `-o "paths: output: /path/to/tmp"` is already necessary for
the coverage XML, we can simplify the command to:

```
codecept run --xml=junit.xml -o "paths: output: /path/to/tmp"
```

This will help (a tiny bit) to make the command less big and remove the
confusion as to why we use an absolute path in one case and not in the
other.

1 of 1 new or added line in 1 file covered. (100.0%)

19 existing lines in 1 file now uncovered.

204 of 228 relevant lines covered (89.47%)

63.51 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
19
86.9
-13.1% src/CodeceptionAdapter.php
Jobs
ID Job ID Ran Files Coverage
1 20799839989.1 07 Jan 2026 11:24PM UTC 7
89.47
GitHub Action Run
2 20799839989.2 07 Jan 2026 11:24PM UTC 7
89.47
GitHub Action Run
3 20799839989.3 07 Jan 2026 11:24PM UTC 7
89.47
GitHub Action Run
4 20799839989.4 07 Jan 2026 11:24PM UTC 7
89.47
GitHub Action Run
5 20799839989.5 07 Jan 2026 11:24PM UTC 7
89.47
GitHub Action Run
6 20799839989.6 07 Jan 2026 11:24PM UTC 7
89.47
GitHub Action Run
7 20799839989.7 07 Jan 2026 11:24PM UTC 7
89.47
GitHub Action Run
8 20799839989.8 07 Jan 2026 11:24PM UTC 7
89.47
GitHub Action Run
Source Files on build 20799839989
  • Tree
  • List 7
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • cfd90130 on github
  • Prev Build on master (#20799715322)
  • Next Build on master (#20799870587)
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