Skip to content

Conversation

@rasjani
Copy link

@rasjani rasjani commented Jan 4, 2019

No description provided.

@codecov-io
Copy link

codecov-io commented Jan 4, 2019

Codecov Report

Merging #183 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #183   +/-   ##
=======================================
  Coverage   99.49%   99.49%           
=======================================
  Files          17       17           
  Lines        1382     1382           
=======================================
  Hits         1375     1375           
  Misses          7        7
Impacted Files Coverage Δ
xmlrunner/result.py 98.34% <100%> (ø) ⬆️

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 0703e1d...be5d6ec. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.493% when pulling be5d6ec on rasjani:fix-182 into 0703e1d on xmlrunner:master.

6 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.493% when pulling be5d6ec on rasjani:fix-182 into 0703e1d on xmlrunner:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.493% when pulling be5d6ec on rasjani:fix-182 into 0703e1d on xmlrunner:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.493% when pulling be5d6ec on rasjani:fix-182 into 0703e1d on xmlrunner:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.493% when pulling be5d6ec on rasjani:fix-182 into 0703e1d on xmlrunner:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.493% when pulling be5d6ec on rasjani:fix-182 into 0703e1d on xmlrunner:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.493% when pulling be5d6ec on rasjani:fix-182 into 0703e1d on xmlrunner:master.

@dnozay
Copy link
Member

dnozay commented Feb 22, 2019

@rasjani - thank you for the change, can you please add a test that highlights the broken behavior before the fix?

@rasjani
Copy link
Author

rasjani commented Feb 22, 2019

Part of the issue is that it’s only reproduceable in IronPython so unless you run the unittests with it, there’s no issue and covering it might not make sense.

Also, since i've never used tox, getting run/verify things is a bit too much for me atm ..

Anyway, the point being, i'd assume something like this will trigger the issue:

from xmlrunner.result import safe_unicode
safe_unicode("a string")

and then the string passed to it has to go into branch here: https://github.com/xmlrunner/unittest-xml-reporting/blob/master/xmlrunner/result.py#L56

@dnozay dnozay changed the title Fix for issue #182 - dont pass none to decode [IronPython] Fix for issue #182 - dont pass none to decode Feb 22, 2019
@dnozay
Copy link
Member

dnozay commented Mar 12, 2019

see 6e4ef38

@dnozay dnozay closed this Mar 12, 2019
@rasjani rasjani deleted the fix-182 branch March 13, 2019 09:35
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.

4 participants