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] report_py3o: create_report res_ids empty #4

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

AurelijaNorvaisaite
Copy link

#3

For some reason if not None value is passed to data argument, res_ids will be gone and create_report fails. Though we have that related data on data added via context. So we can still retrieve it.

#3

For some reason if not None value is passed to `data` argument, res_ids
will be gone and `create_report` fails. Though we have that related
data on `data` added via context. So we can still retrieve it.
@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Merging #4 (4cdec3f) into 16.0-versada (585ca5d) will decrease coverage by 0.05%.
The diff coverage is 0.00%.

@@               Coverage Diff                @@
##           16.0-versada       #4      +/-   ##
================================================
- Coverage         82.69%   82.64%   -0.05%     
================================================
  Files               146      146              
  Lines              3375     3377       +2     
  Branches            424      425       +1     
================================================
  Hits               2791     2791              
- Misses              458      459       +1     
- Partials            126      127       +1     
Files Changed Coverage Δ
report_py3o/models/py3o_report.py 87.27% <0.00%> (-0.81%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@AurelijaNorvaisaite AurelijaNorvaisaite merged commit 9906460 into 16.0-versada Aug 30, 2023
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant