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

LLNL / conduit / 195
74%
master: 82%

Build:
Build:
LAST BUILD BRANCH: task/2021_08_convert_timings_test
DEFAULT BRANCH: master
Ran 15 Sep 2016 08:33PM UTC
Jobs 1
Files 30
Run time 4s
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
195

push

travis-ci

cyrush
bugfix: fix output size of fetch path in fortran

Fix a bug where the number of elements of the root node is was
being used to dimension the output of the results from a fetch_path

example:

old:
n = conduit_node_number_of_elements(cnode)
int64_c_ptr = c_conduit_node_fetch_path_as_int64_ptr(cnode,trim(path) // C_NULL_CHAR)
call c_f_pointer(int64_c_ptr, f_out, (/n/))

new:
sub_node = conduit_node_fetch(cnode,trim(path) // C_NULL_CHAR)
call conduit_node_as_int64_ptr(sub_node,f_out)

5173 of 6989 relevant lines covered (74.02%)

343.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 195.1 15 Sep 2016 08:33PM UTC 0
74.02
Travis Job 195.1
Source Files on build 195
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #195
  • f1ad7bfe on github
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