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

code-corps / stripity_stripe
91%

Build:
DEFAULT BRANCH: master
Repo Added 18 Oct 2016 10:40PM UTC
Files 86
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1.5.0
  • 1.6.1
  • 1.x.x
  • 108-add-stripe-account
  • 109-add-stripe-card
  • 112-add-stripe-customer
  • 113-add-stripe-plan
  • 115-release-2.0.0-alpha.1
  • 120-add-stripe-token
  • 127-correct-matching-for-400-errors
  • 131-fix-successful-stripe-response-mapping
  • 186-pattern-match-on-object-keys
  • 188-basic-list-implementation
  • 189-remove-module-argument-reliance-from-converter
  • 2.0
  • 2.0-alpha
  • 2.0-beta
  • 2.0.0-alpha.9
  • 2.1.0
  • 2.10.0
  • 2.2.0
  • 2.2.1
  • 2.2.2
  • 2.2.3
  • 2.4.0
  • 2.7.0
  • 2.7.1
  • 2.8.0
  • 298-error-matching
  • 97-readme-and-license-updates
  • Release-1.6.2
  • add-account-create
  • add-account-update
  • add-bank-account
  • add-card
  • add-country-specs
  • add-documentation-for-stripe-mock
  • add-endpoints-to-connect-account
  • add-events
  • add-external-account-endpoints
  • add-invoice
  • add-login-link
  • add-object-types
  • add-payment-methods-list-attach-detach
  • add-response-iteration-and-conversion
  • add-some-missing-fields-to-account-struct
  • add-source
  • add-stripe-charge-retrieve
  • add-subscription-item-tax-rates
  • add-token
  • add-update-changesets
  • add-valid-update-keys
  • bugs/130
  • bugs/131
  • change-bank-accounts
  • change-log-level
  • clean-up-account-types
  • clean-up-invoice-plan-subscription-params
  • clean-up-token-types
  • features/139-stripe-user-params
  • fix-account
  • fix-account-balance-transaction-charge-subscription-params
  • fix-changelog
  • fix-converter
  • fix-headers
  • fix-invoice-endpoints
  • fix-issue-with-bad-customer-update
  • fix-most-dialyzer-errors
  • fix-plan-and-subscription
  • fix-plan-params
  • fix-response-mapping-for-token-request
  • fix-webhook-tolerance
  • format-account
  • format-application-fee
  • format-balance
  • format-balance-transaction
  • format-charge
  • format-converter
  • format-country-spec
  • format-customer
  • format-dispute
  • format-event
  • format-external-account
  • format-misc
  • format-oauth
  • format-payment-methods
  • format-radar-and-relay
  • format-refund
  • format-subscriptions
  • format-token
  • idempotency
  • idempotent-requests
  • improve-stripe-list
  • improvements/132
  • invoice-endpoints
  • minor-fixes-to-account
  • no-atoms
  • np-add-bank-account
  • np-add-event
  • re-add-relationships
  • refactor-helpers
  • release-2.0.0
  • release-2.1.0
  • release-2.2
  • release-2.2.1
  • release-2.2.2
  • release-2.2.3
  • remove-response-mappings
  • rework-customer
  • rework-docs
  • ruby-feature-parity
  • sn/2.4
  • sn/2.5.0
  • sn/2.6-changelog
  • sn/2.7
  • sn/2.7.1
  • sn/2.7.2
  • sn/2.8
  • sn/derive-core
  • sn/doc-retries
  • sn/erl-22
  • sn/fix-tests
  • sn/indempotent
  • sn/october-version
  • sn/release-2.9
  • sn/sub-items-required
  • sn/travis-matrix
  • snewcomer-2.0
  • stripe-entities
  • untagged-749daa8cd7e655ad2e08
  • update-1.x.x-readme
  • update-1.x.x-readme-1
  • update-charge-tests
  • update-event
  • update-ex-doc-to-0-19
  • update-license
  • update-readme-2.0
  • update-subscription-tests
  • v1.5.0
  • v1.6.0
  • v1.6.2
  • v2.0.0
  • v2.0.0-alpha.1
  • v2.0.0-alpha.10
  • v2.0.0-alpha.11
  • v2.0.0-alpha.3
  • v2.0.0-alpha.6
  • v2.0.0-alpha.7
  • v2.0.0-alpha.8
  • v2.0.0-alpha.9
  • v2.0.1
  • v2.6.0
  • various-fixes
  • whitepaperclip/update-accounts

pending completion
1736

push

travis-ci

web-flow
Add Stripe.WebhookPlug for easier handling of webhook events (#658)

* Introduce Stripe.WebhookPlug helper for handling webhook events

* Upgrade ex_doc ~> 0.23.0

19 of 19 new or added lines in 1 file covered. (100.0%)

739 of 815 relevant lines covered (90.67%)

1021.94 hits per line

Relevant lines Covered
Build:
Build:
815 RELEVANT LINES 739 COVERED LINES
1021.94 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1736 master Add Stripe.WebhookPlug for easier handling of webhook events (#658) * Introduce Stripe.WebhookPlug helper for handling webhook events * Upgrade ex_doc ~> 0.23.0 push 14 Jun 2021 03:05PM UTC web-flow travis-ci pending completion  
1735 master Add missing PromotionCode.expires_at field (#675) push 11 Jun 2021 03:29PM UTC web-flow travis-ci pending completion  
1732 master add sepa debig (#674) push 11 Jun 2021 02:59AM UTC web-flow travis-ci pending completion  
1730 master Update Stripe.Session line_item typespec (#670) Updates the `Stripe.Session` line item typespec to inclue the [price](https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price), [price_data](https://stripe.co... push 28 May 2021 08:52PM UTC web-flow travis-ci pending completion  
1725 master bump ex_docs 0.24.2 push 24 May 2021 02:10PM UTC snewcomer travis-ci pending completion  
1724 master CHANGELOG 2.10.0 push 24 May 2021 02:05PM UTC snewcomer travis-ci pending completion  
1722 master fix(deprecation): :crypto.hmac -> :crypto.mac, Bitwise.^^^ -> Bitwise.bxor (#669) push 24 May 2021 12:53PM UTC web-flow travis-ci pending completion  
1720 master fix(deprecation): :crypto.hmac -> :crypto.mac, Bitwise.^^^ -> Bitwise.bxor (#669) push 24 May 2021 12:44PM UTC web-flow travis-ci pending completion  
1718 master Fix Stripe.Price unit_amount_decimal and lookup_keys type (#668) * Fix spec for price lookup_keys type as list https://stripe.com/docs/api/prices/list#list_prices-lookup_keys eg. https://api.stripe.com/v1/prices?lookup_keys[0]=key0&lookup_key... push 17 May 2021 11:55PM UTC web-flow travis-ci pending completion  
1715 master Add Account Capabilities (#667) * add capability module to groups * add capability to supported objects * add list of capability module and test * add retrieve capability by id * add update capability * update module docs * upda... push 11 May 2021 01:03AM UTC web-flow travis-ci pending completion  
See All Builds (1491)
  • 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