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

Move filters drop gem support #374

Merged
merged 2 commits into from Apr 26, 2020
Merged

Conversation

danmayer
Copy link
Owner

I think what is currently on master, I will release as the last 4.x.x release... I bumped version to a 5.x release candidate on this work.

As we move toward 5.0 we are working towards simplification of the codebase:

  • increased focus on performance
  • reduce complexity and make it easier to maintain

Currently the changes in this branch:

  • move filtering into Delta, to avoid calculating coverage diffs for files that are captured by Ruby Coverage, but are ignored
  • drops Gem support as this was never performant enough for production
  • drops S3 / static web reports, in favor of making it easier to support the web-ui

@danmayer danmayer requested a review from kbaum April 26, 2020 14:24
end

def s3_secret_access_key
@s3_secret_access_key || ENV['AWS_SECRET_ACCESS_KEY']
puts 'deprecated, s3 is no longer support'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good thinking not just removing so this change is backwards compatible.

@danmayer danmayer merged commit 0f85c68 into master Apr 26, 2020
@danmayer danmayer deleted the move_filters_drop_gem_support branch April 26, 2020 15:11
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

2 participants