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

yonasadiel / helios / 22 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2020 02:24AM UTC
Files 4
Run time 0s
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

17 Apr 2020 02:18AM UTC coverage: 93.165% (+0.7%) from 92.424%
22.1

push

travis-ci-com

yonasadiel
New concept of FormError

I just realised that form error can be complex, for example, we may want to create error like this:

```
{
  "username": ["username is too short"],
  "password": ["password is too weak", "password must consists of at least one symbol"],
  "address": {
    "lines": [
       [],
       ["this line is empty but next line isn't"],
       [],
    ],
    "zipCode": ["invalid zip code"],
  },
}
```

This updated FormError will facilitate this kind of error.

IMPORTANT: this is breaking change, so any previous version will no longer works.

259 of 278 relevant lines covered (93.17%)

4.21 hits per line

Source Files on job 22.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21
  • Travis Job 22.1
  • 7dec4352 on github
  • Prev Job for on master (#21.1)
  • Next Job for on master (#23.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