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

yonasadiel / helios / 22
93%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2020 02:24AM UTC
Jobs 1
Files 4
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

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

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

Jobs
ID Job ID Ran Files Coverage
1 22.1 17 Apr 2020 02:24AM UTC 0
93.17
Travis Job 22.1
Source Files on build 22
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #22
  • 7dec4352 on github
  • Prev Build on master (#21)
  • Next Build on master (#23)
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