-
Notifications
You must be signed in to change notification settings - Fork 200
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
Latest version v0.43.0 doesn't produce html report #703
Comments
Removing the extra space after the comma actually fixed the issue, so
|
Looks like a small typo in the groovy to kotlin migration. The groovy code used String's Line 127 in b53e44f
Line 112 in cc714f8
|
hmm.. seems that kotlin's replace is the same as Java's replaceAll, so I'm not sure why it wouldn't take. |
Oh, they have multiple variants overloaded with the same name and different behavior. Very confusing stdlib, but I think we can use a trim() here. Seems kotlin has many footguns, like their infamous non-atomic operations on atomics... It should have been |
Oh wow, that was rather unexpected of you to actually fix a closed issue, thanks! |
After update yesterday our task, which is configured the following way:
is no longer generating json and html reports (but a json and txt instead), which we uploaded somewhere else as a part of CI-pipeline, thus breaking it.
The text was updated successfully, but these errors were encountered: