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

scarver2 / printavo-ruby / 24006896262
100%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2026 05:41PM UTC
Jobs 2
Files 105
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

05 Apr 2026 05:40PM UTC coverage: 100.0%. Remained the same
24006896262

push

github

web-flow
feat: v0.18.1 — examples: diagramming, reporting, and CRM exports (#27)

* feat: v0.18.1 — examples/diagramming and examples/reporting

Add standalone runnable examples rather than baking diagram/reporting
logic into the gem itself — no new gem dependencies required.

examples/diagramming/workflow_diagram.rb:
  - Fetches statuses via client.statuses.all
  - Renders workflow as Mermaid (default), Graphviz DOT, ASCII, and SVG
  - SVG via dot CLI (brew install graphviz) or ruby-graphviz gem — both optional
  - Hex status colors + automatic text contrast for all renderers

examples/reporting/sales_report.rb:
  - Pages all invoices, filters by period in Ruby
  - Periods: today, this week, this month, this quarter, YTD, last year, custom range
  - Computes: gross revenue, amount paid, outstanding, paid-in-full count, average, largest

examples/reporting/sales_tax_report.rb:
  - Approach 1: invoice-level estimate using configurable TAX_RATE env var
  - Approach 2: fee-level detail — fetches fees per invoice, sums taxable: true amounts
  - MemoryStore cache wired in to protect the rate limit on fee fetches

docs/FUTURE.md: Workflow Diagram section replaced with examples reference + rationale
docs/TODO.md: v0.18.1 entry added

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* feat: v0.18.1 — add customers_export and outstanding_tasks examples

examples/reporting/customers_export.rb:
  - CSV (Ruby stdlib, no gem), XLSX (caxlsx), XLS (spreadsheet)
  - vCard 3.0 (.vcf) — imports into any CRM, email client, or phone
  - HubSpot CSV, Salesforce CSV, Mailchimp CSV
  - Optional gem exports gracefully skip with gem install hint if unavailable

examples/reporting/outstanding_tasks.rb:
  - Buckets: overdue, due today, due this week, upcoming, no due date
  - Sorted oldest-first for overdue, soonest-first for upcoming
  - ANSI color coding per urgency level
  - By-assignee summary with overdue count highlighted

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthr... (continued)

1739 of 1739 relevant lines covered (100.0%)

7.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24006896262.1 05 Apr 2026 05:41PM UTC 105
100.0
GitHub Action Run
2 24006896262.2 05 Apr 2026 09:02PM UTC 105
100.0
GitHub Action Run
Source Files on build 24006896262
  • Tree
  • List 105
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24006896262
  • d6386569 on github
  • Prev Build on master (#24001831247)
  • Next Build on master (#24006990365)
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