microsoft / onefuzz

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

Add OneFuzz service version to job created events #3504

Closed kananb closed 12 months ago

kananb commented 1 year ago

Summary of the Pull Request

Add this info so that developers and users can track which version of OneFuzz a job was submitted with.

PR Checklist

Info on Pull Request

What does this include?

Validation Steps Performed

Logs don't indicate any failures after using the cli to create a new job against my own instance.

codecov-commenter commented 1 year ago

Codecov Report

Merging #3504 (49a59ef) into main (c7a9827) will decrease coverage by 0.48%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #3504      +/-   ##
==========================================
- Coverage   39.47%   39.00%   -0.48%     
==========================================
  Files         299      271      -28     
  Lines       36314    31326    -4988     
==========================================
- Hits        14336    12219    -2117     
+ Misses      21978    19107    -2871     
Files Changed Coverage Δ
src/ApiService/ApiService/Functions/Jobs.cs 75.72% <100.00%> (ø)
src/ApiService/ApiService/OneFuzzTypes/Events.cs 74.16% <100.00%> (+0.10%) :arrow_up:

... and 58 files with indirect coverage changes