Open chkeita opened 1 year ago
Merging #3611 (ee4b712) into main (d50fd48) will decrease coverage by
11.12%
. The diff coverage is60.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%> (ø) |
Added a new table to store the information that a crash was reported for a job. Added a
crash_reported
field to the job summarycloses #3548