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

BacLuc / ecamp3 / 6014014934
55%
devel: 31%

Build:
Build:
LAST BUILD BRANCH: aws-setup-fix-deprecations
DEFAULT BRANCH: devel
Ran 29 Aug 2023 03:00PM UTC
Jobs 3
Files 465
Run time 12s
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

29 Aug 2023 02:59PM UTC coverage: 55.219%. First build
6014014934

push

github

BacLuc
CI: run api tests in matrix job to parallelize execution

To reduce the elapsed time to run the api tests.
To find the strings the regex must hold you can use:
docker compose exec php composer test -- --list-tests
e.g.:
 - App\Tests\Util\ClassInfoTraitTest::testGetClassOfProxy
 - App\Tests\Validator\AllowTransitions\AssertAllowTransitionTest::testNotValidWhenPreviousValueIsNotInFrom

The regex matches:
'/^.*\\${{ matrix.testClassPrefix }}[^\\]*+$/'
^.*: start with any char
\\${{ matrix.testClassPrefix }}: \ followed by start of the classname, which has to be camelcase Char
[^\\]*+$: all characters except \ until the end, which excludes the classPrefix to match namespace names.

158 of 768 branches covered (0.0%)

Branch coverage included in aggregate %.

2355 of 3783 relevant lines covered (62.25%)

96.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 api - 6014014934.1 29 Aug 2023 03:00PM UTC 0
79.24
GitHub Action Run
2 frontend - 6014014934.2 29 Aug 2023 03:03PM UTC 0
31.16
3 print - 6014014934.3 29 Aug 2023 03:02PM UTC 0
0.0
Source Files on build 6014014934
Detailed source file information is not available for this build.
  • Back to Repo
  • 8dfe1a97 on github
  • Delete
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