Chymyst / chymyst-core

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

miscellaneous cleanups in code and documentation #121

Closed winitzki closed 7 years ago

winitzki commented 7 years ago

preparing release 0.1.8

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #121   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          14     14           
  Lines        1209   1215    +6     
  Branches      143    141    -2     
=====================================
+ Hits         1209   1215    +6
Impacted Files Coverage Δ
core/src/main/scala/io/chymyst/jc/Core.scala 100% <ø> (ø) :arrow_up:
...ain/scala/io/chymyst/jc/CrossMoleculeSorting.scala 100% <ø> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/Pool.scala 100% <ø> (ø) :arrow_up:
...ore/src/main/scala/io/chymyst/jc/SmartThread.scala 100% <ø> (ø) :arrow_up:
...in/scala/io/chymyst/jc/ConjunctiveNormalForm.scala 100% <100%> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/Macros.scala 100% <100%> (ø) :arrow_up:
.../src/main/scala/io/chymyst/jc/StaticAnalysis.scala 100% <100%> (ø) :arrow_up:
...re/src/main/scala/io/chymyst/jc/ReactionSite.scala 100% <100%> (ø) :arrow_up:
.../src/main/scala/io/chymyst/jc/ReactionMacros.scala 100% <100%> (ø) :arrow_up:
core/src/main/scala/io/chymyst/jc/Reaction.scala 100% <100%> (ø) :arrow_up:
... and 2 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 d3d3883...9ef8792. Read the comment docs.