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

Correcting formatting of values, #662 #663

Merged
merged 2 commits into from Mar 5, 2019
Merged

Conversation

reox
Copy link
Member

@reox reox commented Mar 5, 2019

Short names would not be formatted correctly, i.e. '.Foo' would be
'foo.bar..Foo' instead of 'foo.bar.Foo'.

Short names would not be formatted correctly, i.e. '.Foo' would be
'foo.bar..Foo' instead of 'foo.bar.Foo'.
@codecov-io
Copy link

codecov-io commented Mar 5, 2019

Codecov Report

Merging #663 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #663      +/-   ##
==========================================
+ Coverage    72.2%   72.24%   +0.04%     
==========================================
  Files          49       49              
  Lines       15955    15975      +20     
==========================================
+ Hits        11520    11541      +21     
+ Misses       4435     4434       -1
Impacted Files Coverage Δ
androguard/core/bytecodes/apk.py 63.16% <100%> (ø) ⬆️
tests/test_apk.py 97.33% <100%> (+0.12%) ⬆️
androguard/core/analysis/analysis.py 77.08% <0%> (+0.14%) ⬆️

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 f4ee9ae...e7e388b. Read the comment docs.

@reox reox merged commit a9d13c6 into androguard:master Mar 5, 2019
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.

None yet

2 participants