Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Implement with_tasks option to expand the task information #3343

Merged
merged 7 commits into from
Jul 26, 2023

Conversation

chkeita
Copy link
Contributor

@chkeita chkeita commented Jul 25, 2023

Summary of the Pull Request

onefuzz jobs get <job_id> --with_tasks now include the full task information

closes #3330

@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2023

Codecov Report

Merging #3343 (476c6ab) into main (fc4e698) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #3343      +/-   ##
==========================================
+ Coverage   31.66%   31.69%   +0.02%     
==========================================
  Files         308      308              
  Lines       37609    37615       +6     
==========================================
+ Hits        11909    11921      +12     
+ Misses      25700    25694       -6     
Files Changed Coverage Δ
src/ApiService/ApiService/Functions/Jobs.cs 75.72% <100.00%> (+2.25%) ⬆️
src/ApiService/ApiService/OneFuzzTypes/Model.cs 72.68% <100.00%> (+0.62%) ⬆️
...rc/ApiService/ApiService/OneFuzzTypes/Responses.cs 77.66% <100.00%> (ø)

@chkeita chkeita marked this pull request as ready for review July 26, 2023 16:46
@chkeita chkeita requested a review from Porges July 26, 2023 16:47
@Porges
Copy link
Member

Porges commented Jul 26, 2023

Looks good, thanks for the tests 👍

@chkeita chkeita merged commit 8cb761a into microsoft:main Jul 26, 2023
@chkeita chkeita mentioned this pull request Jul 31, 2023
8 tasks
@AdamL-Microsoft AdamL-Microsoft mentioned this pull request Aug 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the option the expand the tasks when querying a job
3 participants