batoulapps / adhan-kotlin

High precision Islamic prayer time library for Java
MIT License
148 stars 47 forks source link

add: `timeForNextPrayer()` #20

Closed derohimat closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #20 into master will decrease coverage by 0.18%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
- Coverage   94.41%   94.22%   -0.19%     
==========================================
  Files          20       20              
  Lines         501      502       +1     
  Branches       53       53              
==========================================
  Hits          473      473              
- Misses         20       21       +1     
  Partials        8        8              
Impacted Files Coverage Δ
...rc/main/java/com/batoulapps/adhan/PrayerTimes.java 90.96% <0.00%> (-0.52%) :arrow_down:

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 3d5c1fa...d553766. Read the comment docs.

ahmedre commented 3 years ago

since there's already a nextPrayer() method, why do we need this? i am trying to keep the api similar between the java and Swift versions.