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

nlohmann / json / 398
99%
develop: 99%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/github/codeql-action-4.34.1
DEFAULT BRANCH: develop
Ran 09 May 2015 09:51AM UTC
Jobs 1
Files 1
Run time 12s
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
398

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

3 of 3 new or added lines in 1 file covered. (100.0%)

1553 of 1560 relevant lines covered (99.55%)

309.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 398.1 09 May 2015 09:51AM UTC 0
99.55
Travis Job 398.1
Source Files on build 398
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #398
  • Pull Request #71
  • PR Base - master (#397)
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