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

jjatria / mojolicious-plugin-opentelemetry / 22944886409
98%

Build:
DEFAULT BRANCH: main
Ran 11 Mar 2026 09:06AM UTC
Jobs 1
Files 2
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

11 Mar 2026 09:05AM UTC coverage: 97.872% (+2.1%) from 95.745%
22944886409

push

github

jjatria
change how mojolicious request cycle is handled

`around_dispatch` gives us a bit more control over things:

* It works before the static server, so responding with
  static content will still be recorded.
* It wraps all of the actions that are called by the request,
  including intermediate actions.

Then, instead of trying to figure out when the handler is finished,
which can be difficult when async is involved, we add an event handler
to the transaction so we know exactly when it is finished.

This changed how the span is built into two stages: One for the basic
HTTP request and another for the Mojolicious route information. That
change required a rewrite to how the tests worked: Now instead of
testing specific calls, we test the end result of the span.

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

46 of 47 relevant lines covered (97.87%)

13.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22944886409.1 11 Mar 2026 09:06AM UTC 2
97.87
GitHub Action Run
Source Files on build 22944886409
  • Tree
  • List 2
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a583582f on github
  • Prev Build on main (#15044856173)
  • Next Build on main (#22959844773)
  • 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