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

Proper truncation #18

Merged
merged 11 commits into from Jun 17, 2018
Merged

Proper truncation #18

merged 11 commits into from Jun 17, 2018

Conversation

tessereth
Copy link
Contributor

When the markdown body exceeds the 50 kilobyte max size, this truncates the number of failures included for each input. All inputs are truncated to the same length. Uses binary search to find the optimal truncation value. If the binary search optimization fails, there's not a whole lot I can do so I ask the user to report it as a bug.

Also:

  • Create an annotation of rspec and rubocop failures
  • Extend bin/run-dev to create sample html files using CSS from buildkite for easier development

Closes #15

@tessereth tessereth force-pushed the proper-truncation branch 3 times, most recently from 68d3d73 to 7c7885d Compare June 17, 2018 08:14
@tessereth tessereth merged commit 9fbf05f into master Jun 17, 2018
@tessereth tessereth deleted the proper-truncation branch June 17, 2018 08:22
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

1 participant