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

temporary commit to show how to use spring-boot:run #1161

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bashir2
Copy link
Collaborator

@bashir2 bashir2 commented Aug 21, 2024

THIS IS NOT TO BE MERGED; created to show how to use mvn spring-boot:run for #1157.

Description of what I changed

E2E test

TESTED:

Please replace this with a description of how you tested your PR beyond the
automated e2e/unit tests.

Checklist: I completed these to help reviewers :)

  • I have read and will follow the review process.

  • I am familiar with Google Style Guides for the language I have coded in.

    No? Please take some time and review Java and Python style guides.

  • My IDE is configured to follow the Google code styles.

    No? Unsure? -> configure your IDE.

  • I have added tests to cover my changes. (If you refactored existing code that was well tested you do not have to add tests)

  • I ran mvn clean package right before creating this pull request and added all formatting changes to my commit.

  • All new and existing tests passed.

  • My pull request is based on the latest changes of the master branch.

    No? Unsure? -> execute command git pull --rebase upstream master

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.57%. Comparing base (ffc55f5) to head (609c107).
Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1161      +/-   ##
============================================
+ Coverage     52.49%   52.57%   +0.08%     
- Complexity      705      706       +1     
============================================
  Files            95       95              
  Lines          5757     5748       -9     
  Branches        767      766       -1     
============================================
  Hits           3022     3022              
+ Misses         2443     2435       -8     
+ Partials        292      291       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bashir2 bashir2 marked this pull request as draft August 22, 2024 04:45
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