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

Remove unnecessary list comprehensions #75

Merged
merged 1 commit into from
Dec 30, 2021
Merged

Remove unnecessary list comprehensions #75

merged 1 commit into from
Dec 30, 2021

Conversation

markgras
Copy link
Contributor

Using generators improves speed and reduces memory consumption.

Using generators improves speed and reduces memory consumption.
@codecov
Copy link

codecov bot commented Dec 30, 2021

Codecov Report

Merging #75 (453bb45) into master (655b657) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   99.45%   99.45%           
=======================================
  Files           4        4           
  Lines        1102     1102           
=======================================
  Hits         1096     1096           
  Misses          6        6           
Impacted Files Coverage Δ
junitparser/junitparser.py 99.12% <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 655b657...453bb45. Read the comment docs.

@weiwei weiwei merged commit 232c21a into weiwei:master Dec 30, 2021
@weiwei
Copy link
Owner

weiwei commented Dec 30, 2021

@markgras Guess I forgot that these functions can take iterables. Thanks for the PR!

@markgras markgras deleted the patch-1 branch December 31, 2021 18:04
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.

2 participants