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

scarver2 / printavo-ruby / 23778336270
100%

Build:
DEFAULT BRANCH: master
Ran 31 Mar 2026 03:00AM UTC
Jobs 1
Files 34
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

31 Mar 2026 03:00AM UTC coverage: 100.0%. Remained the same
23778336270

push

github

web-flow
feat: v0.7.0 — Transactions, Tasks, and Threads (#15)

* feat: v0.7.0 — Transactions, Tasks, Threads, and login/logout stubs

Resources added:
- Transactions: all(order_id:), find — order-scoped like Jobs
- TransactionPayments: create, update, delete (mutation-only)
- Tasks: all, find, create, update, complete, delete
- Threads: all(order_id:), find, update, email_message_create

Models added:
- Printavo::Transaction (id, amount, kind, created_at)
- Printavo::TransactionPayment (id, amount, payment_method, paid_at, note)
- Printavo::Task (id, body, due_at, completed_at, completed?, assignee)
- Printavo::Thread (id, subject, created_at, updated_at)

Other:
- Client#login / Client#logout raise NotImplementedError with clear message
- Tasks#complete sets completedAt to Time.now.utc.iso8601 via taskUpdate
- delete methods return nil (raise on failure); avoids Naming/PredicateMethod
- 14 new .graphql files, 4 factory files, 8 spec files
- 270 examples, 100% line coverage, 0 RuboCop offenses

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

* style: alphabetize methods in Client

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

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

147 of 147 new or added lines in 10 files covered. (100.0%)

597 of 597 relevant lines covered (100.0%)

4.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23778336270.1 31 Mar 2026 03:00AM UTC 34
100.0
GitHub Action Run
Source Files on build 23778336270
  • Tree
  • List 34
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23778336270
  • 060e71b2 on github
  • Prev Build on master (#23777594784)
  • Next Build on master (#23794054074)
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