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

Release 1.1.6 #295

Merged
merged 14 commits into from
Nov 22, 2018
Merged

Release 1.1.6 #295

merged 14 commits into from
Nov 22, 2018

Conversation

carlio
Copy link
Member

@carlio carlio commented Nov 21, 2018

Two small fixes and also bringing develop and master branch into sync

@chocoelho No big changes here, one small fix and just want to clean up the master/develop differences. I'll merge this myself if you don't have any complaints in the next few days.

@coveralls
Copy link

coveralls commented Nov 21, 2018

Coverage Status

Coverage decreased (-0.04%) to 77.699% when pulling 658ae8c on develop into 744112f on master.

…c separator rather than OS specific path separator
@carlio
Copy link
Member Author

carlio commented Nov 22, 2018

@chocoelho FYI I also changed the threshold for failure on coveralls to a change of 1% so we don't get "failed" PRs due to a 0.04% change in coverage...

More generic path separator for --output-format output files
@carlio carlio merged commit a7f56d1 into master Nov 22, 2018
splitted_value = value.split(pathsep)
output_format, output_targets = splitted_value[0], splitted_value[1:]
parsed = re.split(r'[;:]', value)
output_format, output_targets = parsed[0], parsed[1:]
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this raises another issue least if split by ':' is used on windows and this is still supposed to work with absolute paths as -o xunit:C:\test_results\test.xml will behave unexpectedly i think (not sure how this is used elsewhere)

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

4 participants