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

metalabdesign / flowtip / 208 / 1
81%
master: 57%

Build:
Build:
LAST BUILD BRANCH: renovate/react-monorepo
DEFAULT BRANCH: master
Ran 15 Mar 2018 12:09AM UTC
Files 10
Run time 1s
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

15 Mar 2018 12:05AM UTC coverage: 81.322%. First build
208.1

push

travis-ci

10xjs
Set up prettier

Prettier takes code as input and spits out the same code with a prettier format.

It drops most the original styling and formats the code from its syntax tree, the output style is always consistent.

The `npm run lint` task asserts that all of the `.js` files match both the current eslint rules and are formatted correctly according to Prettier. It is necessary to run Prettier to reformat any new changes in-place before committing.

Run `npm run format` before committing to reformat any changed code, _or_ configure your editor to automatically run Prettier as files are changed:

**Sublime Text 3:**
  - Install [JsPrettier](https://github.com/jonlabelle/SublimeJsPrettier) (there is not need to install `prettier` globally, the local dependency will be used)
  - Configure JsPrettier to auto format files on save:
  ```json
    // ~/Library/Application Support/Sublime Text 3/Packages/User/JsPrettier.sublime-settings

    {
      "auto_format_on_save": true,
      "auto_format_on_save_excludes": [
        "*/package.json",
        "*/package-lock.json",
      ]
    }
  ```

**Atom:**
 - Install [Prettier for Atom](https://atom.io/packages/prettier-atom)
 - Enable "format on save" (Packages → Prettier → Toggle Format on Save)

568 of 870 branches covered (65.29%)

566 of 696 relevant lines covered (81.32%)

20.43 hits per line

Source Files on job 208.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1
  • Travis Job 208.1
  • 206f6329 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