-
Notifications
You must be signed in to change notification settings - Fork 148
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 back merged coverage report to build folder #5799
Move back merged coverage report to build folder #5799
Conversation
A recent commit change the generate coverage report file location and moved it from the `/build` to the root of the repo. This had a side effect on the Sonar scanning step that expected the file to be on the `/build` folder Closes: elastic/ingest-dev#4258 Signed-off-by: Alexandros Sapranidis <[email protected]>
This pull request does not have a backport label. Could you fix it @alexsapran? 🙏
|
|
Signed-off-by: Alexandros Sapranidis <[email protected]>
Quality Gate passedIssues Measures |
See the build https://buildkite.com/elastic/elastic-agent/builds/13168#01929440-74f7-45b6-a79f-4bc63daa3e09/108-225
It worked. |
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.
Thanks, Alex! Once this is merged, I'll reenable the Sonar required PR check and monitor other PRs for issues.
* Move back merged coverage report to build folder A recent commit change the generate coverage report file location and moved it from the `/build` to the root of the repo. This had a side effect on the Sonar scanning step that expected the file to be on the `/build` folder Closes: https://github.com/elastic/ingest-dev/issues/4258 Signed-off-by: Alexandros Sapranidis <[email protected]> * Fix the sonar step Signed-off-by: Alexandros Sapranidis <[email protected]> --------- Signed-off-by: Alexandros Sapranidis <[email protected]> (cherry picked from commit fc05e0d)
* Move back merged coverage report to build folder A recent commit change the generate coverage report file location and moved it from the `/build` to the root of the repo. This had a side effect on the Sonar scanning step that expected the file to be on the `/build` folder Closes: https://github.com/elastic/ingest-dev/issues/4258 Signed-off-by: Alexandros Sapranidis <[email protected]> * Fix the sonar step Signed-off-by: Alexandros Sapranidis <[email protected]> --------- Signed-off-by: Alexandros Sapranidis <[email protected]> (cherry picked from commit fc05e0d) Co-authored-by: Alexandros Sapranidis <[email protected]>
* Move back merged coverage report to build folder A recent commit change the generate coverage report file location and moved it from the `/build` to the root of the repo. This had a side effect on the Sonar scanning step that expected the file to be on the `/build` folder Closes: https://github.com/elastic/ingest-dev/issues/4258 Signed-off-by: Alexandros Sapranidis <[email protected]> * Fix the sonar step Signed-off-by: Alexandros Sapranidis <[email protected]> --------- Signed-off-by: Alexandros Sapranidis <[email protected]> (cherry picked from commit fc05e0d)
* Move back merged coverage report to build folder A recent commit change the generate coverage report file location and moved it from the `/build` to the root of the repo. This had a side effect on the Sonar scanning step that expected the file to be on the `/build` folder Closes: https://github.com/elastic/ingest-dev/issues/4258 Signed-off-by: Alexandros Sapranidis <[email protected]> * Fix the sonar step Signed-off-by: Alexandros Sapranidis <[email protected]> --------- Signed-off-by: Alexandros Sapranidis <[email protected]> (cherry picked from commit fc05e0d)
* Move back merged coverage report to build folder A recent commit change the generate coverage report file location and moved it from the `/build` to the root of the repo. This had a side effect on the Sonar scanning step that expected the file to be on the `/build` folder Closes: https://github.com/elastic/ingest-dev/issues/4258 Signed-off-by: Alexandros Sapranidis <[email protected]> * Fix the sonar step Signed-off-by: Alexandros Sapranidis <[email protected]> --------- Signed-off-by: Alexandros Sapranidis <[email protected]> (cherry picked from commit fc05e0d) Co-authored-by: Alexandros Sapranidis <[email protected]>
* Move back merged coverage report to build folder A recent commit change the generate coverage report file location and moved it from the `/build` to the root of the repo. This had a side effect on the Sonar scanning step that expected the file to be on the `/build` folder Closes: https://github.com/elastic/ingest-dev/issues/4258 Signed-off-by: Alexandros Sapranidis <[email protected]> * Fix the sonar step Signed-off-by: Alexandros Sapranidis <[email protected]> --------- Signed-off-by: Alexandros Sapranidis <[email protected]> (cherry picked from commit fc05e0d) Co-authored-by: Alexandros Sapranidis <[email protected]> Co-authored-by: Yehor Shvedov <[email protected]>
What does this PR do?
Restore the file location of the coverage report file back to
/build
folder.Why is it important?
A recent commit change the generate coverage report file location and moved it from the
/build
to the root of the repo. This had a side effect on the Sonar scanning step that expected the file to be on the/build
folderCloses: https://github.com/elastic/ingest-dev/issues/4258