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

separate gradle build into test and build #459

Closed
wants to merge 7 commits into from

Conversation

renedupont
Copy link
Member

@renedupont renedupont commented Feb 21, 2022

Closes #239

This basically runs gradle build -x test (skip tests) if unit- AND coverage xml files are present, otherwise runs the build (with tests) like before.

Note: I could not test the 'tests are existing' case because my laptop is not powerful enough to run tests locally and on github this artifact dir .ods/artifacts does not seem to survive two runs.

@renedupont renedupont self-assigned this Feb 21, 2022
@michaelsauter
Copy link
Member

decision in open office hours:

  • extract the bug fixes from this PR
  • do not implement test skipping as it overlaps with build skipping
  • for consistency, test skipping should be removed for Go and TypeScript

@renedupont
Copy link
Member Author

  • extract the bug fixes from this PR

the bugfix will be merged with #495

@renedupont renedupont closed this Apr 1, 2022
@renedupont renedupont deleted the feature/239-skip-gradle-test branch April 1, 2022 14:09
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.

Implement skipping tests for Gradle
3 participants