microsoft / onefuzz

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

Fix integration test.py multitest case #3595

Closed AdamL-Microsoft closed 9 months ago

AdamL-Microsoft commented 9 months ago

Summary of the Pull Request

What is this about?

PR Checklist

Info on Pull Request

What does this include?

Validation Steps Performed

How does someone test & validate?

codecov-commenter commented 9 months ago

Codecov Report

Merging #3595 (16bc0dc) into main (44c2c39) will increase coverage by 8.45%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3595      +/-   ##
==========================================
+ Coverage   39.96%   48.42%   +8.45%     
==========================================
  Files         303      139     -164     
  Lines       37635    17861   -19774     
  Branches     1721        0    -1721     
==========================================
- Hits        15042     8649    -6393     
+ Misses      22274     9212   -13062     
+ Partials      319        0     -319     

see 195 files with indirect coverage changes

AdamL-Microsoft commented 9 months ago

This turned out to be unnecessary, issue was in ADO not the integration-test.py script.