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

processone / ejabberd / 765
34%

Build:
DEFAULT BRANCH: master
Ran 12 Jul 2024 02:08PM UTC
Jobs 1
Files 289
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

12 Jul 2024 01:47PM UTC coverage: 32.987% (+0.01%) from 32.975%
765

push

github

badlop
ext_mod: Fetch dependencies from hex.pm when mix is available

This doesn't work when running an OTP release build using mix,
which means it doesn't work in binary installers or containers;
only when using relive, or compiled with rebar3.

Set the desired hex package version in the module's rebar.config
For example, to fetch hex package recon 2.5.5 when mix is available,
and otherwise download using git: in the file
  ejabberd-contrib/ejabberd_observer_cli/rebar.config
set both the hex version and git details:
{deps, [
        {recon, "2.5.5", {git, "https://github.com/ferd/recon"}}
       ]}.

0 of 10 new or added lines in 1 file covered. (0.0%)

82 existing lines in 2 files now uncovered.

14530 of 44047 relevant lines covered (32.99%)

617.35 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
10
36.44
-0.51% src/ext_mod.erl

Uncovered Existing Lines

Lines Coverage ∆ File
38
37.26
0.24% src/mod_register.erl
44
44.85
-0.06% src/ejabberd_web_admin.erl
Jobs
ID Job ID Ran Files Coverage
1 765.1 12 Jul 2024 02:08PM UTC 289
32.99
GitHub Action Run
Source Files on build 765
  • Tree
  • List 289
  • Changed 56
  • Source Changed 3
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 101cce0c on github
  • Prev Build on master (#764)
  • Next Build on master (#767)
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