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

pyfisch / cbor / 48
62%
master: 0%

Build:
Build:
LAST BUILD BRANCH: v0.4.0
DEFAULT BRANCH: master
Ran 22 May 2016 12:37PM UTC
Jobs 3
Files 8
Run time 1min
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
48

push

travis-ci

pyfisch
Implement enum serialization and deserialization.

Enums are serialized as strings or arrays. The example shows
how an enum with some values is serialized.

```
enum MyEnum {
    A, // serialized as "A"
    B(u8), // serialized as ["B", 42]
    C(u8, bool), // serialized as ["C", 43, false]
    D { x: u8, y: u8 }, // serialized as ["D", {"x": 2, "y": 3}]
}
```

Closes #7

417 of 669 relevant lines covered (62.33%)

1.8 hits per line

Jobs
ID Job ID Ran Files Coverage
2 48.2 22 May 2016 12:37PM UTC 0
61.82
Travis Job 48.2
3 48.3 22 May 2016 12:37PM UTC 0
90.68
Travis Job 48.3
4 48.4 22 May 2016 12:37PM UTC 0
90.6
Travis Job 48.4
Source Files on build 48
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #48
  • 44520cd8 on github
  • Next Build on enums (#49)
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