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

Add a field to the job summary to indicate if at least one bug was created #3611

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

chkeita
Copy link
Contributor

@chkeita chkeita commented Oct 31, 2023

Added a new table to store the information that a crash was reported for a job.
Added a crash_reported field to the job summary

closes #3548

@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2023

Codecov Report

Merging #3611 (ee4b712) into main (d50fd48) will decrease coverage by 11.12%.
The diff coverage is 60.71%.

@@             Coverage Diff             @@
##             main    #3611       +/-   ##
===========================================
- Coverage   39.95%   28.84%   -11.12%     
===========================================
  Files         303      137      -166     
  Lines       37724    14825    -22899     
  Branches     1738     1739        +1     
===========================================
- Hits        15073     4276    -10797     
+ Misses      22330    10227    -12103     
- Partials      321      322        +1     
Files Coverage Δ
src/ApiService/ApiService/Functions/Jobs.cs 66.00% <100.00%> (-1.00%) ⬇️
src/ApiService/ApiService/OneFuzzTypes/Model.cs 69.60% <100.00%> (+0.13%) ⬆️
...rc/ApiService/ApiService/OneFuzzTypes/Responses.cs 77.11% <100.00%> (+0.23%) ⬆️
src/ApiService/ApiService/Program.cs 9.78% <0.00%> (-0.06%) ⬇️
...ApiService/ApiService/onefuzzlib/OnefuzzContext.cs 0.00% <0.00%> (ø)
.../ApiService/ApiService/Functions/QueueJobResult.cs 0.00% <0.00%> (ø)
...iService/ApiService/onefuzzlib/JobCrashReported.cs 45.45% <45.45%> (ø)

... and 168 files with indirect coverage changes

@chkeita chkeita marked this pull request as ready for review October 31, 2023 02:20
@chkeita chkeita requested a review from tevoinea October 31, 2023 02:24
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.

Include in the job summary whether or no a crash report was generated during the run
3 participants