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

LLNL / conduit / 3415 / 1
86%
master: 82%

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

20 Jul 2021 03:43PM UTC coverage: 86.315%. Remained the same
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

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

15749 of 18246 relevant lines covered (86.31%)

34109.87 hits per line

Source Files on job 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)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2405
  • Travis Job 3415.1
  • 570b4af8 on github
  • Prev Job for 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 on develop (#3413.1)
  • Next Job for 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 on develop (#3416.1)
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