fhir-data-pipes
fhir-data-pipes copied to clipboard
temporary commit to show how to use spring-boot:run
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 packageright 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 Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 52.57%. Comparing base (ffc55f5) to head (609c107).
:warning: Report is 213 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
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.