rspec_junit_formatter
rspec_junit_formatter copied to clipboard
RSpec results that your CI can read
vendor/bundle/ruby/3.3.0/gems/rspec_junit_formatter-0.6.0/lib/rspec_junit_formatter.rb:185:in `sub': invalid byte sequence in UTF-8 (ArgumentError) string.sub(STRIP_DIFF_COLORS_BLOCK_REGEXP) { |match| match.gsub(STRIP_DIFF_COLORS_CODES_REGEXP, "".freeze) } Began getting this in our CI Pipeline recently, not exactly sure what could have caused this,...
- **CI: Fix usage of deprecated actions**: - Updated [`actions/upload-artifact`](https://github.com/actions/upload-artifact) to the latest version (as v2 was throwing errors) - Added [`actions/upload-artifact/merge`](https://github.com/actions/upload-artifact/blob/main/merge/README.md) so the final uploaded artifact is similar to...