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

recurly / recurly-js / 3201 / 3
93%
master: 91%

Build:
Build:
LAST BUILD BRANCH: add_gateway_code_paypal_complete_2
DEFAULT BRANCH: master
Ran 08 Apr 2020 03:21PM UTC
Files 70
Run time 11s
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

08 Apr 2020 03:14PM UTC coverage: 92.915%. Remained the same
ARTIFACTS_KEY=[secure] ARTIFACTS_SECRET=[secure] GH_TOKEN=[secure] BROWSER_STACK_USERNAME=[secure] BROWSER_STACK_ACCESS_KEY=[secure] BROWSER=chrome_headless REPORT_COVERAGE=true

push

travis-ci

dbrudner
Adds exports for types

We discovered when creating types for react-recurly that our current
types for recurly-js aren't exporting types. While the current types are
sufficient for declaring Recurly, if a consumer needs to import a specific
type right now, they would be unable to do so.

This change removes the declaration generation process, which is
unecessary, in favor of writing our own declaration file that declares
recurly and also exports types from the lib.

Example usage:

```
import { RecurlyError } from "@recurly/recurly-js"

function myRecurlyErrorHandler (error: RecurlyError) {
    ...
}
```

1128 of 1395 branches covered (80.86%)

2518 of 2710 relevant lines covered (92.92%)

8820.04 hits per line

Source Files on job 3201.3 (ARTIFACTS_KEY=[secure] ARTIFACTS_SECRET=[secure] GH_TOKEN=[secure] BROWSER_STACK_USERNAME=[secure] BROWSER_STACK_ACCESS_KEY=[secure] BROWSER=chrome_headless REPORT_COVERAGE=true)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1290
  • Travis Job 3201.3
  • 15fbf369 on github
  • Prev Job for ARTIFACTS_KEY=[secure] ARTIFACTS_SECRET=[secure] GH_TOKEN=[secure] BROWSER_STACK_USERNAME=[secure] BROWSER_STACK_ACCESS_KEY=[secure] BROWSER=chrome_headless REPORT_COVERAGE=true on typescript-exports (#3199.3)
  • Next Job for ARTIFACTS_KEY=[secure] ARTIFACTS_SECRET=[secure] GH_TOKEN=[secure] BROWSER_STACK_USERNAME=[secure] BROWSER_STACK_ACCESS_KEY=[secure] BROWSER=chrome_headless REPORT_COVERAGE=true on typescript-exports (#3209.3)
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