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

JoakimSoderberg / cargo / 448
92%

Build:
DEFAULT BRANCH: master
Ran 30 Sep 2015 08:27PM UTC
Jobs 1
Files 1
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

pending completion
448

push

travis-ci

JoakimSoderberg
Fix bug with static lists of strings

Parsing into something like this worked fine:
  char **strs = NULL;

with "[s]+"

However this did not:
  char *strs[5];

This is now parseable using ".[s]#"... Meaning "A static LIST of allocated strings of size #"

To parse:
  char strs[5][5]

The old ".[s#]#" still can be used.

2032 of 2183 relevant lines covered (93.08%)

3075.04 hits per line

Jobs
ID Job ID Ran Files Coverage
2 448.2 (CARGO_METHOD=coveralls CMAKE_ARGS="-DCARGO_WITH_MEMCHECK=OFF -DCARGO_COVERALLS=ON -DCARGO_TEST=ON -DCMAKE_BUILD_TYPE=Debug") 30 Sep 2015 08:27PM UTC 0
93.08
Travis Job 448.2
Source Files on build 448
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #448
  • 808147c0 on github
  • Prev Build on master (#447)
  • Next Build on master (#451)
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