Skip to content

Conversation

@bitcoder
Copy link
Owner

@bitcoder bitcoder commented Apr 4, 2024

a dummy PR to showcase CI

@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 9, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Repository owner deleted a comment from netlify bot May 2, 2025
@github-actions
Copy link

github-actions bot commented May 3, 2025

Test Plan: ST-3

include code coverage / jacoco information

* main:
  code coverage info on PRs
  add jacoco with unit and integration test analysis
  Update README.md
  Update README.md
  Update README.md
  Update README.md
@bitcoder bitcoder requested a review from Copilot May 3, 2025 22:29
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

A dummy PR created to showcase continuous integration changes.

  • Added a commented-out bug line in the UserRestController.
  • Updated the Maven GitHub workflow to add permissions and include a Test Plan link in the build summary and a PR comment.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/main/java/com/sergiofreire/xray/tutorials/springboot/boundary/UserRestController.java Introduced a commented-out line labeled as a bug for demonstration purposes.
.github/workflows/maven.yml Updated CI workflow with added permissions and a step to post a Test Plan link.

@GetMapping(path="/users" )
public List<User> getAllUsers() {
return userService.getAllUsers();
// return null; // bug on purpose
Copy link

Copilot AI May 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider removing the commented-out debug code if it is no longer needed, to prevent any potential confusion in the production code.

Suggested change
// return null; // bug on purpose

Copilot uses AI. Check for mistakes.
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is on purpose, for demo on class purpose

@bitcoder bitcoder self-assigned this May 3, 2025
@github-actions
Copy link

github-actions bot commented May 4, 2025

Overall Project 78.1%
File Coverage
UserRestController.java 90.77% 🍏

1 similar comment
@github-actions
Copy link

github-actions bot commented May 4, 2025

Overall Project 78.1%
File Coverage
UserRestController.java 90.77% 🍏

@github-actions
Copy link

github-actions bot commented May 4, 2025

Overall Project 78.1%
File Coverage
UserRestController.java 90.77% 🍏

1 similar comment
@github-actions
Copy link

github-actions bot commented May 4, 2025

Overall Project 78.1%
File Coverage
UserRestController.java 90.77% 🍏

@github-actions
Copy link

github-actions bot commented May 4, 2025

Overall Project 84.3% 🍏
File Coverage
UserRestController.java 90.77% 🍏

1 similar comment
@github-actions
Copy link

github-actions bot commented May 4, 2025

Overall Project 84.3% 🍏
File Coverage
UserRestController.java 90.77% 🍏

@github-actions
Copy link

github-actions bot commented May 6, 2025

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

1 similar comment
@github-actions
Copy link

github-actions bot commented May 6, 2025

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

@github-actions
Copy link

github-actions bot commented Nov 6, 2025

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

1 similar comment
@github-actions
Copy link

github-actions bot commented Nov 6, 2025

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

* main:
  improved code coverage
  code cleanup
  avoid dup code
  bump deps
  make IndexController render a proper HTML page, LH compliant
  add environments info
  fix JDK in Dockerfile
  Update Twitter link to X in README
  Correct formatting in README.md
  Update README.md
  deploy workflow to render.com
  fix running using Dockerfile
  fix building image
  simple Dockerfile; boots springboot
  remove unnecessary GH actions
  temporary PR info
  add a step to find if we are on a PR
  run on PR update
  update workflow to properly run integration tests with jacoco
@github-actions
Copy link

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

1 similar comment
@github-actions
Copy link

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

@github-actions
Copy link

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

1 similar comment
@github-actions
Copy link

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

@github-actions
Copy link

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

1 similar comment
@github-actions
Copy link

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

@github-actions
Copy link

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

1 similar comment
@github-actions
Copy link

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

@sonarqubecloud
Copy link

@github-actions
Copy link

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

1 similar comment
@github-actions
Copy link

Overall Project 84.3% 🍏

There is no coverage information present for the Files changed

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.

2 participants