Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show backtraces in interface checks #57

Merged
merged 1 commit into from
Nov 24, 2023
Merged

Conversation

goerz
Copy link
Member

@goerz goerz commented Nov 24, 2023

Any exceptions occurring in the check_* routines that test the various interfaces now show a truncated backtrace. This should make it much easier to pinpoint problems.

Any exceptions occurring in the `check_*` routines that test the various
interfaces now show a truncated backtrace. This should make it much
easier to pinpoint problems.
@goerz goerz added the enhancement New feature or request label Nov 24, 2023
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (68671fb) 88.7% compared to head (82e9350) 88.6%.

Files Patch % Lines
src/interfaces/propagator.jl 57.9% 8 Missing ⚠️
src/interfaces/generator.jl 50.0% 3 Missing ⚠️
src/interfaces/amplitude.jl 80.0% 1 Missing ⚠️
src/interfaces/operator.jl 83.4% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master     #57     +/-   ##
========================================
- Coverage    88.7%   88.6%   -0.0%     
========================================
  Files          24      25      +1     
  Lines        1767    1788     +21     
========================================
+ Hits         1567    1584     +17     
- Misses        200     204      +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@goerz goerz merged commit 82e9350 into master Nov 24, 2023
@goerz goerz deleted the interface-show-backtraces branch November 24, 2023 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant