microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

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

Open chkeita opened 9 months ago

chkeita commented 9 months ago

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 commented 9 months ago

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%) :arrow_down:
src/ApiService/ApiService/OneFuzzTypes/Model.cs 69.60% <100.00%> (+0.13%) :arrow_up:
...rc/ApiService/ApiService/OneFuzzTypes/Responses.cs 77.11% <100.00%> (+0.23%) :arrow_up:
src/ApiService/ApiService/Program.cs 9.78% <0.00%> (-0.06%) :arrow_down:
...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