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

LLNL / conduit / 197
82%

Build:
DEFAULT BRANCH: master
Ran 15 Sep 2016 08:42PM UTC
Jobs 1
Files 30
Run time 18s
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
197

push

travis-ci

web-flow
Bugfix/2016 09 add fortran fetch path as (#48)

* add unit test for fortran set and fetch path

add test path variant of set and fetch for float64 pointers

* 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%)

359.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 197.1 15 Sep 2016 08:42PM UTC 0
74.02
Travis Job 197.1
Source Files on build 197
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #197
  • 73e0f2c3 on github
  • Prev Build on master (#192)
  • Next Build on master (#200)
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