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

Gather test data for monorepos #2

Open
rarkins opened this issue Nov 20, 2020 · 1 comment
Open

Gather test data for monorepos #2

rarkins opened this issue Nov 20, 2020 · 1 comment

Comments

@rarkins
Copy link
Member

rarkins commented Nov 20, 2020

Currently most monorepo updates such as for @angular show low data because we currently exclude branches with more than one update from our statistics. However, for packages which are nearly always upgraded together, this means we filter out all the data!

First step will be to prefer source URL for each package and base our filtering on unique source URLs instead of package names.

Second step will be to include weighted scores for multi-source PRs, especially if they pass.

@rarkins
Copy link
Member Author

rarkins commented Dec 4, 2020

We should try to evaluate this against some common monorepos such as Angular

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

No branches or pull requests

2 participants
@rarkins and others