Skip to content

Commit

Permalink
Merge pull request #1077 from NREL/misc-updates
Browse files Browse the repository at this point in the history
Misc config and test file updates
  • Loading branch information
joseph-robertson committed May 19, 2023
2 parents a281086 + bd1a9a5 commit 80851e5
Show file tree
Hide file tree
Showing 5 changed files with 5,637 additions and 5,619 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ jobs:
- name: Run tests
run: |
sudo gem install minitest-reporters
sudo gem install simplecov
sudo gem install simplecov-html
ruby test/test_bsb_analysis.rb
- name: Upload integration results
Expand Down Expand Up @@ -152,6 +155,9 @@ jobs:

- name: Run tests
run: |
sudo gem install minitest-reporters
sudo gem install simplecov
sudo gem install simplecov-html
ruby test/test_analysis_tools.rb
compare-results:
Expand Down
16 changes: 14 additions & 2 deletions measures/UpgradeCosts/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.0</schema_version>
<name>upgrade_costs</name>
<uid>ef51212c-acc4-48d7-9b29-cf2a5c6c4449</uid>
<version_id>eb6a93f9-4678-4ff2-94c7-c1fbae98c287</version_id>
<version_modified>20230322T231719Z</version_modified>
<version_id>15bc7c2e-e5e2-4c72-8446-f1a5762184be</version_id>
<version_modified>20230519T031831Z</version_modified>
<xml_checksum>9BF1E6AC</xml_checksum>
<class_name>UpgradeCosts</class_name>
<display_name>Upgrade Costs</display_name>
Expand Down Expand Up @@ -203,5 +203,17 @@
<usage_type>test</usage_type>
<checksum>B29FF28D</checksum>
</file>
<file>
<filename>SFD_1story_FB_UA_GRG_MSHP_FuelTanklessWH.xml</filename>
<filetype>xml</filetype>
<usage_type>test</usage_type>
<checksum>C330E73B</checksum>
</file>
<file>
<filename>SFD_1story_UB_UA_GRG_ACV_FuelFurnace_PortableHeater_HPWH.xml</filename>
<filetype>xml</filetype>
<usage_type>test</usage_type>
<checksum>FD4C5CC3</checksum>
</file>
</files>
</measure>

0 comments on commit 80851e5

Please sign in to comment.