daveenguyen / atomacos

Automated Testing on macOS
https://daveenguyen.github.io/atomacos/
GNU General Public License v2.0
47 stars 13 forks source link

Quietly ignore error when searching through children #16

Closed daveenguyen closed 3 years ago

daveenguyen commented 3 years ago

Closes #8

Use same guard as atomac

https://github.com/pyatom/pyatom/blob/master/atomac/AXClasses.py#L657-L660

codecov[bot] commented 3 years ago

Codecov Report

Merging #16 (5b32631) into master (e2eceab) will increase coverage by 0.03%. The diff coverage is 100.00%.

:exclamation: Current head 5b32631 differs from pull request most recent head 314c027. Consider uploading reports for the commit 314c027 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   93.09%   93.12%   +0.03%     
==========================================
  Files          14       14              
  Lines         637      640       +3     
==========================================
+ Hits          593      596       +3     
  Misses         44       44              
Impacted Files Coverage Δ
atomacos/_mixin/_search.py 97.91% <100.00%> (+0.06%) :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 e2eceab...314c027. Read the comment docs.