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

add support for Assert Range #1326

Merged
merged 4 commits into from
Jan 3, 2023
Merged

add support for Assert Range #1326

merged 4 commits into from
Jan 3, 2023

Conversation

shahzebsiddiqui
Copy link
Member

No description provided.

Update definitions.schema.json to add support for property with 'lower' and 'upper'
add example buildspec to test assert_range
…/perf_checks

Move file tutorials/stream.yml in directory tutorials/perf_checks
update doc with relative path to buildspec for assert_ge.yml
add example valid/invalid test for testing assert_range, assert_ge, assert_eq
@shahzebsiddiqui shahzebsiddiqui linked an issue Jan 3, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jan 3, 2023

Codecov Report

Base: 80.68% // Head: 80.21% // Decreases project coverage by -0.47% ⚠️

Coverage data is based on head (8ea1a4e) compared to base (2e0de81).
Patch coverage: 6.98% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #1326      +/-   ##
==========================================
- Coverage   80.68%   80.21%   -0.47%     
==========================================
  Files          56       56              
  Lines        6021     6060      +39     
  Branches     1114     1122       +8     
==========================================
+ Hits         4858     4861       +3     
- Misses       1162     1198      +36     
  Partials        1        1              
Impacted Files Coverage Δ
buildtest/builders/base.py 56.97% <6.98%> (-3.13%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

…e,_assert_eq

for testing if converted value and reference value matched types since we dont need to enforce
this.
Update docstring
@pull-request-size pull-request-size bot added size/XL and removed size/L labels Jan 3, 2023
@shahzebsiddiqui shahzebsiddiqui merged commit cd7abf1 into devel Jan 3, 2023
@shahzebsiddiqui shahzebsiddiqui deleted the assert_range branch January 3, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Assert Range
1 participant