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

MAT-6385 Bonnie Test Case Coverage Drop to 98%- CMS161 #2192

Merged
merged 2 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
Loading