CadQuery / CQ-editor

CadQuery GUI editor based on PyQT
Apache License 2.0
723 stars 111 forks source link

Show the traceback. #431

Closed smurfix closed 1 month ago

smurfix commented 3 months ago

Also trace into external modules.

Closes #429.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.00%. Comparing base (4ef178a) to head (702e2c6). Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #431 +/- ## ========================================== + Coverage 88.60% 89.00% +0.40% ========================================== Files 19 19 Lines 1553 1565 +12 Branches 189 189 ========================================== + Hits 1376 1393 +17 + Misses 143 139 -4 + Partials 34 33 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

adam-urbanczyk commented 1 month ago

Thanks @smurfix !