arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.71k stars 673 forks source link

Temporarily force failure of humanize month tests to fix coverage #936

Closed systemcatch closed 3 years ago

systemcatch commented 3 years ago

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

This is a quick fix until we get the month limits on humanize sorted.

codecov[bot] commented 3 years ago

Codecov Report

Merging #936 (69b5079) into master (fc2cbaa) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #936   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         1896      1896           
  Branches       311       311           
=========================================
  Hits          1896      1896           
Impacted Files Coverage Δ
arrow/locales.py 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 fc2cbaa...a04ab51. Read the comment docs.

jadchaar commented 3 years ago

Replaced with https://github.com/arrow-py/arrow/pull/937.