XLSForm / pyxform

A Python package to create XForms for ODK Collect.
BSD 2-Clause "Simplified" License
77 stars 134 forks source link

Add allow-mock-accuracy parameter #560

Closed seadowg closed 2 years ago

seadowg commented 2 years ago

Needed for getodk/collect#4768

Why is this the best possible solution? Were any other approaches considered?

What are the regression risks?

Does this change require updates to documentation? If so, please file an issue here and include the link below.

Before submitting this PR, please make sure you have:

lognaturel commented 2 years ago

The required dependency update has been merged.

codecov-commenter commented 2 years ago

Codecov Report

Merging #560 (d0c6815) into master (3380599) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #560      +/-   ##
==========================================
+ Coverage   83.31%   83.36%   +0.04%     
==========================================
  Files          25       25              
  Lines        3728     3738      +10     
  Branches      872      875       +3     
==========================================
+ Hits         3106     3116      +10     
  Misses        482      482              
  Partials      140      140              
Impacted Files Coverage Δ
pyxform/xls2json.py 76.31% <100.00%> (+0.34%) :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 3380599...d0c6815. Read the comment docs.