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

More intelligent CI tests #915

Closed
ewels opened this issue Mar 4, 2019 · 0 comments · Fixed by #1536
Closed

More intelligent CI tests #915

ewels opened this issue Mar 4, 2019 · 0 comments · Fixed by #1536
Assignees

Comments

@ewels
Copy link
Member

ewels commented Mar 4, 2019

Currently, if there's a problem with a module then I request that some example data be added to the MultiQC_TestData repository for the CI tests. This is great when fixing that problem, but has the side effect of making all other commits and PRs fail CI until that fix is merged.

It would be nice to look at the diff in a given CI run to see which files are being modified. If only a single module is edited, we could run just that module in the tests. Then other PRs would not fail, and the tests would be faster. If any core MultiQC files are edited we can still run everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants