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

Fix issue #969: Add support for single line exclusions #1085

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

timothycrosley
Copy link
Member

@timothycrosley timothycrosley commented Jan 7, 2020

Fixes #969

@codecov-io
Copy link

codecov-io commented Jan 7, 2020

Codecov Report

Merging #1085 into develop will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop   #1085      +/-   ##
==========================================
+ Coverage    84.87%   84.9%   +0.02%     
==========================================
  Files           41      41              
  Lines         3617    3623       +6     
  Branches       654     654              
==========================================
+ Hits          3070    3076       +6     
  Misses         412     412              
  Partials       135     135
Impacted Files Coverage Δ
isort/profiles.py 100% <100%> (ø) ⬆️
isort/output.py 96.77% <100%> (ø) ⬆️
tests/test_isort.py 99.23% <100%> (ø) ⬆️
isort/main.py 64.31% <100%> (+0.14%) ⬆️
isort/settings.py 82.29% <100%> (+0.05%) ⬆️

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 70c904d...ad49f79. Read the comment docs.

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.

Support google style guide
2 participants