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

dubzzz / fast-check / 2502 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 08 Jun 2020 06:46PM UTC
Files 86
Run time 20s
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 Jun 2020 06:39PM UTC coverage: 95.99% (-0.07%) from 96.055%
2502.1

push

travis-ci-com

web-flow
Generated typings where causing the doc generation to crash (#609)

The errors were reported by @typescript-eslint/explicit-module-boundary-types as warnings. Unfortunately enabling them would ask to add several missing typings that may not be really needed.

The rule could be added only for the real source code by adding the following into `.eslintrc.cjs` file:
```
  overrides: [
    {
      files: ['src/**/*.ts'],
      rules: {
        '@typescript-eslint/explicit-module-boundary-types': ['error', { allowArgumentsExplicitlyTypedAsAny: true }],
      },
    },
  ],
```

761 of 832 branches covered (91.47%)

Branch coverage included in aggregate %.

2183 of 2235 relevant lines covered (97.67%)

235119.52 hits per line

Source Files on job 2502.1
  • Tree
  • List 0
  • Changed 62
  • Source Changed 3
  • Coverage Changed 62
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2019
  • Travis Job 2502.1
  • 6ca1b2ce on github
  • Prev Job for on master (#2500.1)
  • Next Job for on master (#2503.1)
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