-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: gradle tasks from different subproject are not isolated #337
fix: gradle tasks from different subproject are not isolated #337
Conversation
e3e75cc
to
66d7417
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed and approved only these files:
.github/workflows/e2e-tests.yaml
.github/workflows/smoke-test.yaml
server/docker/docker-build.sh
server/docker/docker-compose.yml
server/docker/update-env.sh
581174f
to
e94e061
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed and approved only these files:
.github/workflows/e2e-tests.yaml
.github/workflows/smoke-test.yaml
server/docker/docker-build.sh
server/docker/docker-compose.yml
server/docker/update-env.sh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👁️ 👍 👉 👨💻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
Signed-off-by: Atanas Atanasov <[email protected]>
710554c
0dc75b4
to
710554c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #337 +/- ##
=======================================
Coverage ? 94.62%
Complexity ? 316
=======================================
Files ? 69
Lines ? 1228
Branches ? 84
=======================================
Hits ? 1162
Misses ? 55
Partials ? 11
|
Description:
Isolate
gradle
tasks to not go outside of the respective project's build root.Related issue(s):
Fixes #299
Notes for reviewer:
Checklist