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

fix(sdk): Reports API: Add missing ">" and "<" ops to filter expr #7670

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andrewtruong
Copy link
Contributor

@andrewtruong andrewtruong commented May 19, 2024

Description

Adds missing > and < ops from filter expr

  • I updated CHANGELOG.md, or it's not applicable

Testing

How was this PR tested?

@andrewtruong andrewtruong changed the title fix(reports): Add missing ">" and "<" ops to filter expr fix(sdk): Reports API: Add missing ">" and "<" ops to filter expr May 19, 2024
Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.79%. Comparing base (07f19a6) to head (ba6210e).
Report is 59 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #7670      +/-   ##
==========================================
+ Coverage   74.28%   75.79%   +1.51%     
==========================================
  Files         500      500              
  Lines       55658    54052    -1606     
==========================================
- Hits        41345    40971     -374     
+ Misses      13907    12674    -1233     
- Partials      406      407       +1     
Flag Coverage Δ
func 41.39% <0.00%> (+0.02%) ⬆️
system 63.43% <100.00%> (-0.06%) ⬇️
unit 56.35% <100.00%> (+0.96%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
wandb/apis/reports/v2/internal.py 93.68% <100.00%> (ø)

... and 107 files with indirect coverage changes

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 this pull request may close these issues.

None yet

2 participants