active-logic / activelogic-cs

Behavior Trees and Case Logic for C#7
GNU Affero General Public License v3.0
106 stars 7 forks source link

Add eval overloads and loop ops #81

Closed eelstork closed 3 years ago

eelstork commented 3 years ago
codecov-commenter commented 3 years ago

Codecov Report

Merging #81 (0aecfc9) into master (7177b8c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #81   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           55        55           
  Lines          612       649   +37     
  Branches       107       107           
=========================================
+ Hits           612       649   +37     
Impacted Files Coverage Δ
Src/Certainties/Action.cs 100.00% <100.00%> (ø)
Src/Certainties/Failure.cs 100.00% <100.00%> (ø)
Src/Certainties/Impending.cs 100.00% <100.00%> (ø)
Src/Certainties/Loop.cs 100.00% <100.00%> (ø)
Src/Certainties/Pending.cs 100.00% <100.00%> (ø)
Src/Stateful/Task.cs 100.00% <100.00%> (ø)
Src/Static/ActiveRaw.cs 100.00% <100.00%> (ø)
Src/Static/ActiveStatus.cs 100.00% <100.00%> (ø)
Src/Status.cs 100.00% <100.00%> (ø)

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 7177b8c...0aecfc9. Read the comment docs.