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

dubzzz / fast-check / 3245
97%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2020 08:09PM UTC
Jobs 1
Files 85
Run time 6s
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

pending completion
3245

push

travis-ci-com

web-flow
📝 Prefer interfaces and functions for exported entities (#906)

In the context of the documentation extracted by api-extractor, it is better to have:

```ts
interface MyType {
  /** What does my attribute */
  attribute: any;
}
```

Over:
```ts
type MyType = {
  /** What does my attribute */
  attribute: any;
};
```

As the documentation related to the attribute will be ignored.

Same for functions versus variables.

Declaring a function as follow:
```ts
function abc() {}
```

Will produce a better extracted api than this one:
```ts
const abc = () => {}
```

709 of 766 branches covered (92.56%)

Branch coverage included in aggregate %.

1954 of 2004 relevant lines covered (97.5%)

243212.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3245.1 19 Aug 2020 08:09PM UTC 0
96.14
Travis Job 3245.1
Source Files on build 3245
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3245
  • 6e2657ac on github
  • Prev Build on master (#3243)
  • Next Build on master (#3248)
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