microsoft / onefuzz

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

Ignore regression update when the work item is in some states #3532

Closed chkeita closed 11 months ago

chkeita commented 11 months ago

Summary of the Pull Request

This PR introduces a new field int the ado template to specify which work item states should be ignored when a regression is found.

The field is on_duplicate.regression_ignore_states and it takes a list of state. The default behavior when the field is not specified is to ignore items in the following states:

closes #3523 closes #3530

codecov-commenter commented 11 months ago

Codecov Report

Merging #3532 (88aed03) into main (e3b1e0e) will increase coverage by 5.38%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3532      +/-   ##
==========================================
+ Coverage   39.05%   44.43%   +5.38%     
==========================================
  Files         301      166     -135     
  Lines       36822    22184   -14638     
==========================================
- Hits        14380     9858    -4522     
+ Misses      22442    12326   -10116     

see 135 files with indirect coverage changes