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

efcasado / off_broadway_pulsar
84%

Build:
DEFAULT BRANCH: main
Repo Added 18 Dec 2025 07:13PM UTC
Files 6
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

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • bump-pulsar-elixir
  • chore-integration-tests
  • chore-pulsar-elixir-2-8-7
  • dependabot/hex/broadway-1.3.0
  • dependabot/hex/credo-1.7.15
  • dependabot/hex/credo-1.7.16
  • dependabot/hex/credo-1.7.17
  • dependabot/hex/credo-1.7.18
  • dependabot/hex/ex_doc-0.40.0
  • dependabot/hex/ex_doc-0.40.1
  • dependabot/hex/ex_doc-0.40.2
  • dependabot/hex/ex_doc-0.40.3
  • dependabot/hex/pulsar-2.8.10
  • dependabot/hex/pulsar-2.8.11
  • dependabot/hex/pulsar-2.8.12
  • dependabot/hex/pulsar-2.8.13
  • dependabot/hex/pulsar-2.8.17
  • dependabot/hex/pulsar-2.8.8
  • dependabot/hex/styler-1.10.1
  • fix-pulsar-consumer
  • main

23 May 2026 03:24PM UTC coverage: 83.942%. Remained the same
301646d0d28a761b64faea0888c4c0a64e51b961

push

github

web-flow
chore(deps): bump pulsar from 2.8.12 to 2.8.17 (#51)

Bumps [pulsar](https://github.com/efcasado/pulsar-elixir) from 2.8.12 to 2.8.17.
- [Release notes](https://github.com/efcasado/pulsar-elixir/releases)
- [Changelog](https://github.com/efcasado/pulsar-elixir/blob/main/CHANGELOG.md)
- [Commits](https://github.com/efcasado/pulsar-elixir/compare/v2.8.12...v2.8.17)

---
updated-dependencies:
- dependency-name: pulsar
  dependency-version: 2.8.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

115 of 137 relevant lines covered (83.94%)

192.77 hits per line

Relevant lines Covered
Build:
Build:
137 RELEVANT LINES 115 COVERED LINES
192.77 HITS PER LINE
Source Files on main
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
301646d0... main chore(deps): bump pulsar from 2.8.12 to 2.8.17 (#51) Bumps [pulsar](https://github.com/efcasado/pulsar-elixir) from 2.8.12 to 2.8.17. - [Release notes](https://github.com/efcasado/pulsar-elixir/releases) - [Changelog](https://github.com/efcasado/... push 23 May 2026 03:26PM UTC web-flow github
83.94
e4ee1749... dependabot/hex/pulsar-2.8.17 chore(deps): bump pulsar from 2.8.12 to 2.8.17 Bumps [pulsar](https://github.com/efcasado/pulsar-elixir) from 2.8.12 to 2.8.17. - [Release notes](https://github.com/efcasado/pulsar-elixir/releases) - [Changelog](https://github.com/efcasado/pulsar... Pull #51 22 May 2026 04:11PM UTC web-flow github
83.94
5b87b893... main chore(deps): bump broadway from 1.2.1 to 1.3.0 (#47) Bumps [broadway](https://github.com/dashbitco/broadway) from 1.2.1 to 1.3.0. - [Changelog](https://github.com/dashbitco/broadway/blob/main/CHANGELOG.md) - [Commits](https://github.com/dashbitco... push 21 May 2026 07:57PM UTC web-flow github
83.94
a0bdfc4c... dependabot/hex/ex_doc-0.40.3 chore(deps): bump ex_doc from 0.40.1 to 0.40.3 Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.40.1 to 0.40.3. - [Release notes](https://github.com/elixir-lang/ex_doc/releases) - [Changelog](https://github.com/elixir-lang/ex_doc/blob... Pull #50 21 May 2026 05:30PM UTC web-flow github
83.94
f1061be6... dependabot/hex/ex_doc-0.40.2 chore(deps): bump ex_doc from 0.40.1 to 0.40.2 Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.40.1 to 0.40.2. - [Release notes](https://github.com/elixir-lang/ex_doc/releases) - [Changelog](https://github.com/elixir-lang/ex_doc/blob... Pull #49 08 May 2026 04:10PM UTC web-flow github
83.94
bf2c21b6... dependabot/hex/pulsar-2.8.13 chore(deps): bump pulsar from 2.8.12 to 2.8.13 Bumps [pulsar](https://github.com/efcasado/pulsar-elixir) from 2.8.12 to 2.8.13. - [Release notes](https://github.com/efcasado/pulsar-elixir/releases) - [Changelog](https://github.com/efcasado/pulsar... Pull #45 08 May 2026 07:19AM UTC web-flow github
83.94
9a0538de... dependabot/hex/broadway-1.3.0 chore(deps): bump broadway from 1.2.1 to 1.3.0 Bumps [broadway](https://github.com/dashbitco/broadway) from 1.2.1 to 1.3.0. - [Changelog](https://github.com/dashbitco/broadway/blob/main/CHANGELOG.md) - [Commits](https://github.com/dashbitco/broad... Pull #47 08 May 2026 07:19AM UTC web-flow github
83.94
1b1e4fbc... main fix: inherit default callbacks for pulsar consumer (#48) Switching to `use Pulsar.Consumer.Callback` ensures that default implementations for optional callbacks are injected. Prior to this fix the optional callbacks such as `terminate/2` were not... push 08 May 2026 07:18AM UTC web-flow github
83.94
0f9284b8... fix-pulsar-consumer fix: Inherit default callbacks for Pulsar consumer Switching to `use Pulsar.Consumer.Callback` ensures that default implementations for optional callbacks are injected. Prior to this fix the optional callbacks such as `terminate/2` were not imple... Pull #48 08 May 2026 07:05AM UTC crbelaus github
83.94
0a1cc90e... dependabot/hex/broadway-1.3.0 chore(deps): bump broadway from 1.2.1 to 1.3.0 Bumps [broadway](https://github.com/dashbitco/broadway) from 1.2.1 to 1.3.0. - [Changelog](https://github.com/dashbitco/broadway/blob/main/CHANGELOG.md) - [Commits](https://github.com/dashbitco/broad... Pull #47 20 Apr 2026 06:41PM UTC web-flow github
83.94
See All Builds (43)
  • Repo on GitHub
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