openzim / cms

ZIM file Publishing Platform
https://cms.openzim.org
GNU General Public License v3.0
4 stars 0 forks source link

Add title reconciliation mechanism #37

Closed anshulxyz closed 2 years ago

anshulxyz commented 2 years ago

Closes #25

codecov[bot] commented 2 years ago

Codecov Report

Merging #37 (deb9419) into main (d262c5a) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head deb9419 differs from pull request most recent head 74101be. Consider uploading reports for the commit 74101be to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##              main       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         6    +1     
  Lines          166       190   +24     
=========================================
+ Hits           166       190   +24     
Impacted Files Coverage Δ
backend/src/backend/main.py 100.00% <100.00%> (ø)
backend/src/backend/models.py 100.00% <100.00%> (ø)
backend/src/backend/utils.py 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 d262c5a...74101be. Read the comment docs.

rgaudin commented 2 years ago

Removed Draft status. Draft is for when you're working on it but are not ready for review

rgaudin commented 2 years ago

Thank you for this new round ; I've added inline comments.