Closed tessus closed 1 year ago
Patch coverage: 95.65%
and project coverage change: +0.68%
:tada:
Comparison is base (
679a264
) 69.47% compared to head (09f7724
) 70.15%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Currently, in order to turn random URL's off, you must have at least one
random_url
declaration with a type and enabled =false
.This PR makes the random_url config optional while deprecating the
enabled
field without breaking current configs.Motivation and Context
Closes #121
How Has This Been Tested?
Changelog Entry
Deprecated
enabled
field inrandom_url
Types of Changes
Checklist: