buguroo / pyknow

PyKnow: Expert Systems for Python
GNU Lesser General Public License v3.0
470 stars 141 forks source link

feature/fact-template #27

Closed nilp0inter closed 6 years ago

nilp0inter commented 6 years ago

Closes #20.

codecov[bot] commented 6 years ago

Codecov Report

Merging #27 into develop will increase coverage by 0.03%. The diff coverage is 90.24%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #27      +/-   ##
===========================================
+ Coverage    93.38%   93.41%   +0.03%     
===========================================
  Files           26       26              
  Lines         1224     1261      +37     
  Branches       260      267       +7     
===========================================
+ Hits          1143     1178      +35     
- Misses          45       46       +1     
- Partials        36       37       +1
Impacted Files Coverage Δ
pyknow/abstract.py 100% <ø> (ø) :arrow_up:
pyknow/factlist.py 89.58% <100%> (+0.22%) :arrow_up:
pyknow/__init__.py 100% <100%> (ø) :arrow_up:
pyknow/fact.py 94.38% <89.74%> (-3.66%) :arrow_down:
pyknow/matchers/rete/nodes.py 92.9% <0%> (+1.29%) :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 58cc5ed...17861c7. Read the comment docs.