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

Make stack frame reading a separate method #62

Merged
merged 1 commit into from
Aug 6, 2021
Merged

Conversation

kimikage
Copy link
Owner

@kimikage kimikage commented Aug 6, 2021

This does not affect functionality in any way, but it makes it easier to apply a monkey patch.

@codecov
Copy link

codecov bot commented Aug 6, 2021

Codecov Report

Merging #62 (e023bea) into master (70b3912) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #62   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          189       190    +1     
=========================================
+ Hits           189       190    +1     
Impacted Files Coverage Δ
src/ProfileSVG.jl 100.00% <100.00%> (ø)

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 70b3912...e023bea. Read the comment docs.

@kimikage kimikage force-pushed the extract_frameinfo branch from 8e8fbbc to 1ed24c8 Compare August 6, 2021 05:07
This does not affect functionality in any way,
but it makes it easier to apply a monkey patch.
@kimikage kimikage force-pushed the extract_frameinfo branch from 1ed24c8 to e023bea Compare August 6, 2021 05:08
@kimikage kimikage merged commit 3277586 into master Aug 6, 2021
@kimikage kimikage deleted the extract_frameinfo branch August 6, 2021 05:23
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.

1 participant