mmore500 / conduit

C++ library that wraps intra-thread, inter-thread, and inter-process communication in a uniform, modular, object-oriented interface, with a focus on asynchronous high-performance computing applications.
https://conduit.fyi
MIT License
13 stars 4 forks source link

Use job container for "coverage" #161

Closed mmore500 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #161 (57fbf57) into master (743cd21) will increase coverage by 1.45%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #161      +/-   ##
==========================================
+ Coverage   50.55%   52.01%   +1.45%     
==========================================
  Files         226      226              
  Lines        5851     6650     +799     
==========================================
+ Hits         2958     3459     +501     
- Misses       2893     3191     +298     
Impacted Files Coverage Δ
include/uitsl/debug/compare_streams.hpp 83.33% <0.00%> (-4.17%) :arrow_down:
include/uitsl/fetch/fetch_native.hpp 92.18% <0.00%> (-1.82%) :arrow_down:
include/netuit/assign/GenerateMetisAssignments.hpp 87.50% <0.00%> (-0.46%) :arrow_down:
include/netuit/topology/TopoNode.hpp 20.33% <0.00%> (-0.36%) :arrow_down:
include/uit/setup/InterProcAddress.hpp 1.31% <0.00%> (-0.04%) :arrow_down:
include/uitsl/fetch/inflate.hpp 100.00% <0.00%> (ø)
include/uitsl/mpi/mpi_audit.hpp 100.00% <0.00%> (ø)
include/uitsl/utility/UIDMap.hpp 100.00% <0.00%> (ø)
include/uitsl/fetch/detect_gz.hpp 100.00% <0.00%> (ø)
include/uitsl/math/math_utils.hpp 100.00% <0.00%> (ø)
... and 89 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 743cd21...57fbf57. Read the comment docs.