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

raystack / frontier / 7803105418
38%

Build:
DEFAULT BRANCH: main
Ran 06 Feb 2024 04:47PM UTC
Jobs 1
Files 111
Run time 13s
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

06 Feb 2024 04:43PM UTC coverage: 41.37% (-0.06%) from 41.43%
7803105418

push

github

web-flow
feat: plan behaviour configuration (#487)

- set trail period in days of a plan via `trial_days`
- fix seat quantity not being updated while changing plans
- additional configuration to change plan behavior
```yaml
  # plan change configuration applied when a user changes their subscription plan
  plan_change:
    # proration_behavior can be one of "create_prorations", "none", "always_invoice"
    proration_behavior: "create_prorations"
    # immediate_proration_behavior can be one of "create_prorations", "none", "always_invoice"
    # this is applied when the plan is changed immediately instead of waiting for the next billing cycle
    immediate_proration_behavior: "create_prorations"
    # collection_method can be one of "charge_automatically", "send_invoice"
    collection_method: "charge_automatically"
  # product configuration
  product:
    # seat_change_behavior can be one of "exact", "incremental"
    # "exact" will change the seat count to the exact number of users within the organization
    # "incremental" will change the seat count to the number of users within the organization
    # but will not decrease the seat count if reduced
    seat_change_behavior: "exact"
```

Signed-off-by: Kush Sharma <thekushsharma@gmail.com>

5987 of 14472 relevant lines covered (41.37%)

14.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7803105418.1 06 Feb 2024 04:47PM UTC 111
41.37
GitHub Action Run
Source Files on build 7803105418
  • Tree
  • List 111
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4d39eca6 on github
  • Prev Build on main (#7795236492)
  • Next Build on main (#7803108282)
  • Delete
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