Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
MAT-6385 Bonnie Test Case Coverage Drop to 98%- CMS161 (#2192)
Browse files Browse the repository at this point in the history
* MAT-6385 Bonnie Test Case Coverage Drop to 98%- CMS161
pull cqm-execution v4.1.4

* remove unwanted links to external repos
  • Loading branch information
adongare authored Nov 22, 2023
1 parent 376692b commit 0b09d3c
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 41 deletions.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Pull requests into Bonnie require the following. Submitter and reviewer should :
- [ ] 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](https://gitlab.mitre.org/bonnie/internal-documentation/wikis/testing#test-fixtures) )
- [ ] 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:
Expand Down
2 changes: 1 addition & 1 deletion config/bonnie.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defaults: &defaults
version: 5.1.4
version: 5.1.5
enable_logging: true
enable_rationale: true
check_crosswalk: false
Expand Down
93 changes: 56 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bonnie",
"version": "5.1.4",
"version": "5.1.5",
"description": "A tool for testing electronic clinical quality measures",
"main": "index.js",
"repository": "[email protected]:MeasureAuthoringTool/bonnie.git",
Expand Down Expand Up @@ -108,7 +108,7 @@
"scripts": {},
"dependencies": {
"browserify": "^17.0.0",
"cqm-execution": "4.1.3",
"cqm-execution": "4.1.4",
"rxjs": "^7.1.0"
}
}

0 comments on commit 0b09d3c

Please sign in to comment.