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

Feature/mat 4152 fhir export #2042

Merged
merged 6 commits into from
Apr 27, 2022
Merged

Conversation

nmorasb
Copy link

@nmorasb nmorasb commented Apr 26, 2022

Pull requests into Bonnie require the following. Submitter and reviewer should ✅ when done. For items that are not-applicable, note it's not-applicable ("N/A") and ✅.

Submitter:

  • This pull request describes why these changes were made.
  • This PR is into the correct branch.
  • JIRA ticket for this PR: MAT-4152
  • JIRA ticket links to this PR
  • Code diff has been done and been reviewed (it does not contain: additional white space, not applicable code changes, debug statements, etc.)
  • If UI changes have been made, google WAVE plug-in has been executed to ensure no 508 issues were introduced.
  • Tests are included and test edge cases
  • Tests have been run locally and pass (remember to update Gemfile when applicable)
  • Test fixtures updated and documented as necessary ( see internal wiki )
  • Code coverage has not gone down and all code touched or added is covered.
    • In rare situations, this may not be possible or applicable to a PR. In those situations:
      1. Note why this could not be done or is not applicable here:
      2. Add TODOs in the code noting that it requires a test
      3. Add a JIRA task to add the test and link it here:
  • Automated regression test(s) pass

If JIRA tests were used to supplement or replace automated tests:

  • JIRA test links:
  • Justification for using JIRA tests:
  • JIRA tests have been added to sprint

Reviewer 1:

Name:

  • Code is maintainable and reusable, reuses existing code and infrastructure where appropriate, and accomplishes the task’s purpose
  • The tests appropriately test the new code, including edge cases

If JIRA tests were used to supplement or replace automated tests:

  • JIRA tests have been run and pass
  • You agree with the justification for use of JIRA tests or have provided input on why you disagree

Reviewer 2:

Name:

  • Code is maintainable and reusable, reuses existing code and infrastructure where appropriate, and accomplishes the task’s purpose
  • The tests appropriately test the new code, including edge cases
  • You have tried to break the code

If JIRA tests were used to supplement or replace automated tests:

  • JIRA tests have been run and pass
  • You agree with the justification for use of JIRA tests or have provided input on why you disagree

@codecov
Copy link

codecov bot commented Apr 26, 2022

Codecov Report

Merging #2042 (57e33d5) into bonnie-on-fhir (bcaa096) will decrease coverage by 1.58%.
The diff coverage is 42.85%.

Impacted file tree graph

@@                Coverage Diff                 @@
##           bonnie-on-fhir    #2042      +/-   ##
==================================================
- Coverage           70.97%   69.39%   -1.59%     
==================================================
  Files                 140      196      +56     
  Lines                8303    10651    +2348     
  Branches             1268     1269       +1     
==================================================
+ Hits                 5893     7391    +1498     
- Misses               1807     2656     +849     
- Partials              603      604       +1     
Impacted Files Coverage Δ
app/assets/javascripts/application.js.coffee 72.22% <ø> (ø)
app/assets/javascripts/models/patient.js.coffee 65.09% <36.36%> (+2.89%) ⬆️
...pp/assets/javascripts/views/measure_view.js.coffee 40.00% <66.66%> (-3.04%) ⬇️
config/initializers/npm.rb 100.00% <0.00%> (ø)
...llers/doorkeeper_override/token_info_controller.rb 100.00% <0.00%> (ø)
lib/version.rb 100.00% <0.00%> (ø)
app/helpers/patient_import_helper.rb 52.17% <0.00%> (ø)
lib/ext/doorkeeper/access_token.rb 91.66% <0.00%> (ø)
lib/ext/patient.rb 14.10% <0.00%> (ø)
... and 51 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcaa096...57e33d5. Read the comment docs.

@nmorasb nmorasb marked this pull request as ready for review April 26, 2022 21:28
@nmorasb nmorasb merged commit 60bb154 into bonnie-on-fhir Apr 27, 2022
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.

None yet

2 participants