xizzhu / Joshua

A simple and easy-to-use Bible reader.
https://xizzhu.me/pages/about-joshua/
Apache License 2.0
39 stars 12 forks source link

Support cross references (#21) #225

Closed xizzhu closed 2 years ago

xizzhu commented 2 years ago

The content is taken from https://www.openbible.info/labs/cross-references/

codecov-commenter commented 2 years ago

Codecov Report

Merging #225 (23557f7) into master (0313fcb) will increase coverage by 0.18%. The diff coverage is 59.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #225      +/-   ##
==========================================
+ Coverage   52.52%   52.70%   +0.18%     
==========================================
  Files         114      122       +8     
  Lines        4398     4576     +178     
  Branches      635      651      +16     
==========================================
+ Hits         2310     2412     +102     
- Misses       2015     2090      +75     
- Partials       73       74       +1     
Impacted Files Coverage Δ
.../main/kotlin/me/xizzhu/android/joshua/Injection.kt 0.00% <0.00%> (ø)
...ndroid/joshua/annotated/AnnotatedVersesActivity.kt 0.00% <ø> (ø)
...ory/local/android/AndroidCrossReferencesStorage.kt 0.00% <0.00%> (ø)
.../xizzhu/android/joshua/preview/VersePreviewItem.kt 59.09% <ø> (ø)
...e/xizzhu/android/joshua/reading/ReadingActivity.kt 0.00% <0.00%> (ø)
...d/joshua/reading/detail/VerseDetailPagerAdapter.kt 0.00% <0.00%> (ø)
...oid/joshua/reading/detail/VerseDetailViewLayout.kt 0.00% <0.00%> (ø)
...hu/android/joshua/search/SearchVersePreviewItem.kt 60.86% <ø> (-11.01%) :arrow_down:
...ndroid/joshua/strongnumber/StrongNumberActivity.kt 0.00% <ø> (ø)
...zzhu/android/joshua/core/CrossReferencesManager.kt 33.33% <33.33%> (ø)
... and 14 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 0313fcb...23557f7. Read the comment docs.