Chymyst / chymyst-core

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

start on DCM write-up #161

Open winitzki opened 6 years ago

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

Codecov Report

Merging #161 into master will decrease coverage by 5.34%. The diff coverage is 74.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #161      +/-   ##
==========================================
- Coverage     100%   94.65%   -5.35%     
==========================================
  Files          18       20       +2     
  Lines        1098     1291     +193     
  Branches      144      159      +15     
==========================================
+ Hits         1098     1222     +124     
- Misses          0       69      +69
Impacted Files Coverage Δ
core/src/main/scala/io/chymyst/jc/Macros.scala 100% <ø> (ø) :arrow_up:
...re/src/main/scala/io/chymyst/jc/BlockingPool.scala 100% <ø> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/FixedPool.scala 100% <ø> (ø) :arrow_up:
...rc/main/scala/io/chymyst/jc/EmitterDebugging.scala 100% <100%> (ø)
.../src/main/scala/io/chymyst/jc/StaticAnalysis.scala 100% <100%> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/Reaction.scala 100% <100%> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/MutableBag.scala 100% <100%> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/package.scala 100% <100%> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/Cluster.scala 48% <48%> (ø)
...e/src/main/scala/io/chymyst/jc/ChymystThread.scala 90% <50%> (-10%) :arrow_down:
... and 6 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 0f27b49...29ae8bf. Read the comment docs.