We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4551f6 commit a7f5d28Copy full SHA for a7f5d28
modules/testrail_integration.py
@@ -34,6 +34,7 @@ def get_execution_link() -> str:
34
35
def replace_link_in_description(description, os_name) -> str:
36
"""Add or replace a test execution link in the test run description"""
37
+ logging.warning(f"Modifying plan description for %{os_name}%")
38
if os_name not in description:
39
# TODO: remove following conditional when links for GHA resolved
40
if os_name == "Linux":
0 commit comments