Apipie / apypie

Apipie bindings for Python
https://apypie.readthedocs.io/en/latest/
MIT License
1 stars 9 forks source link

catch (and re-raise) *any* Exception when retrieving apidoc #135

Closed evgeni closed 1 year ago

evgeni commented 1 year ago

we either don't care which exception prevented the fetch (as we will retry) or will raise it either way (by not cathing it or by re-raising it)

codecov-commenter commented 1 year ago

Codecov Report

Merging #135 (1e6d91d) into master (5b1249b) will not change coverage. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #135   +/-   ##
=======================================
  Coverage   91.68%   91.68%           
=======================================
  Files           9        9           
  Lines         445      445           
=======================================
  Hits          408      408           
  Misses         37       37           
Impacted Files Coverage Δ
apypie/api.py 95.56% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more