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

Update codecov dependency version #481

Closed
joseph-robertson opened this issue Aug 18, 2020 · 0 comments · Fixed by #482
Closed

Update codecov dependency version #481

joseph-robertson opened this issue Aug 18, 2020 · 0 comments · Fixed by #482
Assignees

Comments

@joseph-robertson
Copy link
Contributor

joseph-robertson commented Aug 18, 2020

Versions before 0.2.x have been removed.

@joseph-robertson joseph-robertson self-assigned this Aug 18, 2020
joseph-robertson added a commit that referenced this issue Sep 3, 2020
Addresses #481, update codecov dependency version
joseph-robertson added a commit that referenced this issue Sep 9, 2020
…311ab

d34323311ab Update some args and regenerate test osws.
c1aca7bd41d Merge branch 'master' into build-res-hpxml-v3
246f976dcb9 Merge pull request #482 from NREL/require-plug-loads
55ea6f5d859 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into require-plug-loads
edb5a7e402c Merge pull request #420 from NREL/schematron_validation
0e632a6ed7d Can also simplify validator.rb a bit now.
e41ab528a99 Update pull_request_template.md. [ci skip]
3f6af831792 Missed one more code cleanup.
80fb9e7195e Improve context of root rule. Break out BuildingDetails into a separate rule. Other minor stuff.
15a524a3b33 Minor bugfix.
9483ef7aa4c Bugfixes for optional distribution systems in previous commit.
9c9ac23722f Simplify EPvalidator.xml xpath expressions to eliminate the need for exceptions in test_validation.rb.
e09616abdf6 Update HPXML file.
a9b013b5b2c Change Schematron to have every `sch:rule` in its own `sch:pattern`. Update measure.xml.
c3aff92485f Require 'other' and 'TV other' plug loads to represent the typical home. Ensures that they are not accidentally left out of the model. They can be assigned zero kWh/yr if they need to be excluded for some reason.
b818608a7c6 Merge branch 'master' into build-res-hpxml-v3
09523f58e61 Update docs. [ci skip]
12fbdfe98a3 Fix test based on @bpark1327 recommendation and minor cleanup.
79e98620e45 Run all tests on CI even if test_validation.rb fails.
b3fc4c77537 Fix test. Add test_validation.rb to CI.
554e9980f9b Merge commit '6f574a9193e2ccfbc8ccc2f39d706447e344f48e' into schematron_validation
77c9af6cff9 Merge branch 'master' of https://github.com/NREL/OpenStudio-ERI into schematron_validation
c7b7c0169cc Forgot to add new files.
12d1ed20958 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
45cd303c6ee Update sample HPXML files and EPvalidator.xml to simplify test_validation.rb.
b83e5380112 Merge pull request #481 from NREL/other-heated-space
926ae252be2 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into other-heated-space
81bd3fcb15a Merge branch 'schematron_validation' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
7944d419db0 Treat other heated space as unconditioned space. Affects Reference Home U-factors.
8aa44ab0b5d Change a comment in test_validation.rb
85923256244 change test_validation.rb to cover all assert tests in EPvalidator.xml
4eff784d68c Fix a test attribute in 301validator.xml
31080bb769e Bugfix. Update measure.rb
fab2699618d Replace EPvalidator.rb and 301validator.rb with validator.rb Update test_validation.rb
cc0d0835bb6 pass the location of the schematron file to validator.rb as an argument.
7d167d552f8 Change test_validation.rb so that there can be both element addition and deletion tests.
1fa4e352651 Update documentation. [ci skip]
54a2519d035 Change method names. Fix some weird xpath syntax.
5c8e46dc07e Update measure.xml
8aacf2c85a2 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
b476db65dca Simplify EPvalidator.rb a bit (e.g., remove extra nested loop, add error-handling around xpath execution).
a29a6e62df8 Merge branch 'master' of https://github.com/NREL/OpenStudio-ERI into schematron_validation
25c36ea5a61 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
0a3f6b71403 Update Schematron file.
0b57f7f0fa4 Update measure.xml and run Rubocop.
8d4da6dfead Ruby validator parses the Schematron file, gets the list of elements in the HPXML file that match a given sch:rule context, and then run the sch:assert test xpath expression in the context. (This removes the hashes from Ruby validator.) Change some sch:assert test xpath expressions so that they can be used in Ruby validator.
f8f1d603243 Oops, forgot to save file first.
2784f43cecb Bugfix for schema validation where the xml argument was not provided.
68020b8ea32 Update test_invalid error messages for invalid-facility-type.xml
ef4b1c908d2 Update 301validator.xml and test_validation.rb Merge branch 'master' of https://github.com/NREL/OpenStudio-ERI into schematron_validation
afef65de212 Update EPvalidator.xml and test_validation.rb Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
bb786c3e526 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
9a5202767cb run tasks.rb
54a834457f3 Dynamically determine HPXML file to use for automated tests; replaces hard-coded file names. Adds caching of HPXML objects. Moves HPXML schema validation from hpxml_translator_test.rb to test_validation.rb.
bab8ce9a72b Another code clean up.
b3a75d262a5 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
8d4547615ca Code clean up and speed up test_validation.rb
13c7cf8c6ae changed code to allow "fuel oil 5/6" to be used
2f69ed509bd Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
f25f9809312 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
a8a84cf36fd Code simplification.
3e3a50ac51f Update expected error messages for test_invalid in hpxml_translator_test.rb
9f54c5db390 Add TODO comments
f33683c9859 Update test_validation.rb
237cabe2c00 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
56a05845200 Remove expected_error_message hashes
adf80a09e83 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
6571cf75d0f Only use bundle exec when running the new validation test (which requires schematron-nokogiri).
56c85ecce80 Call rake w/ bundle exec.
722458c9443 Update EPvalidator.xml w/ latest changes. Other minor changes.
d5b43a5203a update_measures
5de94fa3c2d Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
54d2373aa1a Change Gemfile.lock
3f4c809460d Roll back the previous commit. (Add require 'bundler/setup')
5270f52ac09 Remove require 'bundler/setup'
7d5c5b44d0d Bugfix.
6c143132bbc Require gem from a github fork
58b89ced4e4 update schematron/EPvalidator.rb error messages
21d820d851d Accommodate changes to EPvalidator.rb
23b83102400 Merge branch 'master' of https://github.com/NREL/OpenStudio-HPXML into schematron_validation
e9e2556bf3c Update Schematron validation files
456b956ba74 Update test_validation.rb and EPvalidator.xml
fa8c41a6487 Update FIXME comments.
fbdb12c1d9a Update EPvalidator.xml and test_validation.rb.
889889a7f80 Update EPvalidator.xml and test_validation.rb
6672fb70ebd Expand EPvalidator.xml Add more validation test cases.
e0033bcc6c6 Check only the error message of interest.
ea48b8cc0f1 Code update.
91b8c976e45 Code update.
22d07d16214 Update EPvalidator.xml and test_schematron.rb
db6c86ae896 Code update.
47c441b0bf1 Update EPvalidator.stron
a92d592958f Add Schematron validator

git-subtree-dir: resources/hpxml-measures
git-subtree-split: d34323311ab51f988908572e0a833898a208a9b6
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 a pull request may close this issue.

1 participant