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

LLNL / conduit / 3415
86%
master: 82%

Build:
Build:
LAST BUILD BRANCH: task/2021_08_convert_timings_test
DEFAULT BRANCH: master
Ran 20 Jul 2021 04:16PM UTC
Jobs 1
Files 89
Run time 22s
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
3415

push

travis-ci-com

web-flow
conduit/c: use a type safe alias for `conduit_{datatype,node}` (#795)

Using `typedef void` meant that the APIs were all taking `void*` which
in turn means that any pointer is valid to pass to these types. Instead,
use a unique opaque type so that callers must either do the unsafe
casting themselves or use the `cpp_to_c` APIs to do the casting the
intended way.

The actual definition of the structs themselves are empty; they are just
used it as a way to smuggle the C++ pointer around under an opaque name.

Fixes: #782

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

15749 of 18246 relevant lines covered (86.31%)

34109.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3415.1 (COMPILER_CC=gcc-4.8 COMPILER_CXX=g++-4.8 COMPILER_FC=gfortran-4.8 TRAVIS_HOME=`pwd` BUILD_SHARED_LIBS=ON ENABLE_COVERAGE=ON ENABLE_MPI=ON ENABLE_DOCS=ON ENABLE_SILO=ON ENABLE_ADIOS=OFF ENABLE_PYTHON=ON ENABLE_PYTHON2=ON PYTHON_VERSION=2.7.18 PYTHON2_CONSTRAINTS=" ^py-setuptools@44.1.0 " PYTHON2_DOCS_CONSTRAINTS=" ^py-pygments@2.4.2 " CMAKE_VERSION=3.14.2 BLT_CXX_STD=c++11) 20 Jul 2021 04:16PM UTC 0
86.31
Travis Job 3415.1
Source Files on build 3415
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3415
  • 570b4af8 on github
  • Prev Build on develop (#3413)
  • Next Build on develop (#3416)
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