Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Handle absolute outputFile paths in Junit Reporter
Modifies the Junit Reporter so that it doesn't try to combine the output directory path and the output file, if the output file is already an absolute path Closes #83
- Loading branch information
d5dc808
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit breaks junit-reporter if
outputFile
is not defined, which is documented as allowed. Filed #87.