Closed kananb closed 1 year ago
Merging #3489 (4a67abf) into main (896329d) will decrease coverage by
8.38%
. The diff coverage is85.24%
.
@@ Coverage Diff @@
## main #3489 +/- ##
==========================================
- Coverage 39.32% 30.95% -8.38%
==========================================
Files 299 135 -164
Lines 36270 14606 -21664
==========================================
- Hits 14264 4521 -9743
+ Misses 22006 10085 -11921
Files Changed | Coverage Δ | |
---|---|---|
src/ApiService/ApiService/OneFuzzTypes/Enums.cs | 32.39% <ø> (ø) |
|
...Service/ApiService/onefuzzlib/notifications/Ado.cs | 34.87% <85.24%> (+10.26%) |
:arrow_up: |
Summary of the Pull Request
Adds validation against the path naming restrictions defined in https://learn.microsoft.com/en-us/azure/devops/organizations/settings/about-areas-iterations?view=azure-devops#naming-restrictions
The newly added checks each have their own error message for their violation, so, for example, users that delimit their paths with a forward slash instead of a backslash will get a message saying: "Area Path "Foo/Bar" is invalid. "Foo/Bar" contains an invalid character (\ / : ? " < > | ; # $ { } , + = [ ])." "Make sure that the path is separated by backslashes (\) and not forward slashes (/)."
PR Checklist
Info on Pull Request
What does this include?
Validation Steps Performed
How does someone test & validate?