avi-perl / Hebrew

A python package with methods to handle the complexities of Hebrew text, calculate Gematria, and more.
https://hebrew.aviperl.me/
MIT License
35 stars 7 forks source link

New gematria methods #6

Closed avi-perl closed 2 years ago

avi-perl commented 2 years ago

Type of changes

Checklist

Description

Add new Gematria methods

codecov-commenter commented 2 years ago

Codecov Report

Merging #6 (c59dec0) into master (b63ce23) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##            master        #6    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           13        18     +5     
  Lines          594       694   +100     
==========================================
+ Hits           594       694   +100     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/test_gematria/test_mispar_gadol.py 100.00% <ø> (ø)
tests/test_gematria/test_mispar_hechrachi.py 100.00% <ø> (ø)
tests/test_gematria/test_mispar_siduri.py 100.00% <ø> (ø)
hebrew/__init__.py 100.00% <100.00%> (ø)
hebrew/chars.py 100.00% <100.00%> (ø)
hebrew/gematria.py 100.00% <100.00%> (ø)
tests/test_gematria/test_albam.py 100.00% <100.00%> (ø)
tests/test_gematria/test_atbash.py 100.00% <100.00%> (ø)
tests/test_gematria/test_mispar_katan.py 100.00% <100.00%> (ø)
tests/test_gematria/test_mispar_meshulash.py 100.00% <100.00%> (ø)
... and 1 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 b63ce23...c59dec0. Read the comment docs.