Chymyst / chymyst-core

Declarative concurrency in Scala - The implementation of the chemical machine
Apache License 2.0
155 stars 11 forks source link

Feature/third rewrite of blocking reply #137

Closed winitzki closed 7 years ago

winitzki commented 7 years ago
codecov[bot] commented 7 years ago

Codecov Report

Merging #137 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #137   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          16     16           
  Lines        1335   1293   -42     
  Branches      186    181    -5     
=====================================
- Hits         1335   1293   -42
Impacted Files Coverage Δ
core/src/main/scala/io/chymyst/jc/Core.scala 100% <ø> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/Budu.scala 100% <100%> (ø) :arrow_up:
.../src/main/scala/io/chymyst/jc/ReactionMacros.scala 100% <100%> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/Molecules.scala 100% <100%> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/Reaction.scala 100% <100%> (ø) :arrow_up:
...re/src/main/scala/io/chymyst/jc/ReactionSite.scala 100% <100%> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/MutableBag.scala 100% <100%> (ø) :arrow_up:

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 12bf5b0...f92c263. Read the comment docs.

codecov[bot] commented 7 years ago

Codecov Report

Merging #137 into master will decrease coverage by 0.07%. The diff coverage is 97.67%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #137      +/-   ##
==========================================
- Coverage     100%   99.92%   -0.08%     
==========================================
  Files          16       16              
  Lines        1335     1301      -34     
  Branches      186      173      -13     
==========================================
- Hits         1335     1300      -35     
- Misses          0        1       +1
Impacted Files Coverage Δ
core/src/main/scala/io/chymyst/jc/Core.scala 100% <ø> (ø) :arrow_up:
.../src/main/scala/io/chymyst/jc/ReactionMacros.scala 100% <100%> (ø) :arrow_up:
...re/src/main/scala/io/chymyst/jc/ReactionSite.scala 100% <100%> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/Budu.scala 100% <100%> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/Molecules.scala 98.64% <90%> (-1.36%) :arrow_down:

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 12bf5b0...80f0a06. Read the comment docs.