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

pinterest / elixometer / 338
95%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2019 05:17PM UTC
Jobs 1
Files 5
Run time 4s
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

pending completion
338

push

travis-ci

jparise
feat: allow a bulk subscription, to get all metrics at once. (#134)

If you want to avoid having to aggregate each different datapoint for each metric, you can use report_bulk: true in your reporters, like so:

  config :exometer_core,
    report: [
      reporters: [
        {ExometerTest.Reporter, [report_bulk: true]}
      ]
    ],
    update_frequency: :timer.seconds(5)

But in order for that to work, the subscription for each datapoint needs to be given at one time, as opposed to separate subscriptions. This allows that, by allowing the configuration option bulk_subscribe: true

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

147 of 154 relevant lines covered (95.45%)

20.23 hits per line

Jobs
ID Job ID Ran Files Coverage
5 338.5 (CMD=coveralls.travis) 09 Aug 2019 05:17PM UTC 0
95.45
Travis Job 338.5
Source Files on build 338
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #338
  • a02b5a4c on github
  • Prev Build on master (#326)
  • Next Build on master (#340)
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