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

nlohmann / json / 398 / 1
99%
develop: 99%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: develop
Ran 09 May 2015 09:51AM UTC
Files 1
Run time 11s
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

09 May 2015 09:45AM UTC coverage: 99.551% (+0.001%) from 99.55%
398.1

Pull #71

travis-ci

likebeta
support enum

construct enum type to basic_json (proxy by int type)
```
    enum { t = 0 };
    json  j = json::array();
    j.push_back(t);

    j.push_back(json::object({
         {"game_type", t}
    }));
```
Pull Request #71: support enum

1553 of 1560 relevant lines covered (99.55%)

309.51 hits per line

Source Files on job 398.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 398
  • Travis Job 398.1
  • ae10a86f on github
  • Prev Job for on master (#397.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