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

Neptune-Crypto / neptune-core / 14959746755 / 1
75%
master: 75%

Build:
DEFAULT BRANCH: master
Ran 11 May 2025 09:40PM UTC
Files 209
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

11 May 2025 09:12PM UTC coverage: 71.652% (+0.04%) from 71.616%
14959746755.1

push

github

dan-da
feat: improve job_queue ergonomics

Changes:

+ add JobResultWrapper to simplify working with job-specific result types so
  Job's don't need to manually impl JobResult and callers avoid downcasting
  results.
+ add simple hello_world JobQueue usage example at job_queue module root.
+ add detailed JobQueue usage example at job_queue module root.
+ make JobHandleError Sync
+ remove JobHandleErrorSync
+ add JobHandleError::is_panic(), into_panic(), try_into_panic()
  panic_message(), each with doctest example.
+ remove Debug bound from JobResult trait
+ custom impl Debug for JobCompletion
+ add JobQueue::add_job_mut() for explicit mutability usage.
+ add_job and add_job_mut() accept Into<Box<dyn Job>> so usage can be
  add_job(job) instead of add_job(Box::new(job).
+ new tests and new/improved doc-comments

19983 of 27889 relevant lines covered (71.65%)

383704.4 hits per line

Source Files on job 14959746755.1
  • Tree
  • List 209
  • Changed 15
  • Source Changed 9
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 14959746755
  • 80dfea58 on github
  • Prev Job for on master (#14924874687.1)
  • Next Job for on master (#14981138832.1)
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