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

Use path-based control-flow analysis #88

Merged
merged 1 commit into from
Dec 30, 2023
Merged

Use path-based control-flow analysis #88

merged 1 commit into from
Dec 30, 2023

Conversation

timholy
Copy link
Member

@timholy timholy commented Dec 30, 2023

This uses a more sophisticated approach to analyzing control flow,
asking which paths include execution of the required statements and
ensuring we mark those statements that affect critical branching.

Fixes #87

This uses a more sophisticated approach to analyzing control flow,
asking which paths include execution of the required statements and
ensuring we mark those statements that affect critical branching.

Fixes #87
Copy link

codecov bot commented Dec 30, 2023

Codecov Report

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

Comparison is base (b576f6a) 94.50% compared to head (778fe46) 94.51%.
Report is 4 commits behind head on master.

Files Patch % Lines
src/codeedges.jl 96.61% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   94.50%   94.51%   +0.01%     
==========================================
  Files           5        5              
  Lines        1146     1185      +39     
==========================================
+ Hits         1083     1120      +37     
- Misses         63       65       +2     

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

@timholy
Copy link
Member Author

timholy commented Dec 30, 2023

There are failured on nightly, but those can be investigated later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Analysis of failures on Julia 1.10
1 participant