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

Test containers and clocks #111

Closed mmore500 closed 3 years ago

mmore500 commented 3 years ago

Codacy Here is an overview of what got changed by this pull request:


Issues
======
- Added 1

See the complete overview on Codacy

codecov[bot] commented 3 years ago

Codecov Report

Merging #111 into master will increase coverage by 7.77%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #111      +/-   ##
==========================================
+ Coverage   54.62%   62.40%   +7.77%     
==========================================
  Files         161      328     +167     
  Lines        5472    10530    +5058     
==========================================
+ Hits         2989     6571    +3582     
- Misses       2483     3959    +1476     
Impacted Files Coverage Δ
include/uitsl/containers/safe/list.hpp 22.64% <100.00%> (+4.19%) :arrow_up:
tests/uitsl/chrono/CoarseClock.cpp 100.00% <100.00%> (ø)
tests/uitsl/containers/safe/list.cpp 100.00% <100.00%> (ø)
include/uitsl/utility/assign_utils.hpp 80.00% <0.00%> (-8.89%) :arrow_down:
include/uitsl/mpi/Request.hpp 80.00% <0.00%> (ø)
include/uitsl/mpi/MpiGuard.hpp 50.00% <0.00%> (ø)
include/uitsl/mpi/mpi_audit.hpp 36.25% <0.00%> (ø)
include/uitsl/mpi/mpi_types.hpp 13.79% <0.00%> (ø)
include/uitsl/mpi/mpi_utils.hpp 83.33% <0.00%> (ø)
include/uitsl/nonce/spector.hpp 57.14% <0.00%> (ø)
... and 254 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 2b07a3e...809fb90. Read the comment docs.