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 glob param passed when loading coverage config file. #10670

Merged
merged 1 commit into from Aug 22, 2020

Conversation

asherf
Copy link
Member

@asherf asherf commented Aug 22, 2020

Problem

PathGlob glob param expects a collection (iterable) of strings, passing it a string prevents it from working properly

Solution

Pass the correct param type

derp.

Screen Shot 2020-08-21 at 7 38 04 PM

Copy link
Contributor

@Eric-Arellano Eric-Arellano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this, Asher!

@coveralls
Copy link

coveralls commented Aug 22, 2020

Coverage Status

Coverage remained the same at 0.0% when pulling 5fa3cb7 on asherf:test-base into b7ad997 on pantsbuild:master.

@asherf
Copy link
Member Author

asherf commented Aug 22, 2020

fixed lint issue. derp.

@Eric-Arellano Eric-Arellano merged commit ff2bec3 into pantsbuild:master Aug 22, 2020
@asherf asherf deleted the test-base branch August 22, 2020 22:31
Eric-Arellano pushed a commit that referenced this pull request Aug 28, 2020
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

3 participants