-
Notifications
You must be signed in to change notification settings - Fork 93
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
Updated "Fhir Data Pipes" concepts documentation #1242
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1242 +/- ##
============================================
+ Coverage 51.38% 51.48% +0.10%
- Complexity 715 717 +2
============================================
Files 95 95
Lines 5916 5916
Branches 790 790
============================================
+ Hits 3040 3046 +6
+ Misses 2584 2579 -5
+ Partials 292 291 -1 ☔ View full report in Codecov by Sentry. |
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.
Sorry for the delay @fredhersch.
Hi @fredhersch when you have a chance please address the comments and merge this PR; thanks. |
LGTM Co-authored-by: Bashir Sadjad <[email protected]>
LGTM Co-authored-by: Bashir Sadjad <[email protected]>
LGTM Co-authored-by: Bashir Sadjad <[email protected]>
Thanks Bashir. I've accepted the fixes and suggestions. I don't have access to my cloudtop at the moment ... if you can make the suggested changes that would be great. Thanks |
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.
Addressed my own review comments; will merge once the e2e passes.
Description of what I changed
Made changes to the Concepts documentation to bring up to speed with latest features
E2E test
TESTED: on local
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