You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codecov_cli/services/commit/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ def send_commit_data(
65
65
f"Branch `{branch}` is protected but no token was provided\nFor information on Codecov upload tokens, see https://docs.codecov.com/docs/codecov-tokens"
66
66
)
67
67
else:
68
-
logger.info("Using token to create a commit for protected branch `{branch}`")
68
+
logger.info(f"Using token to create a commit for protected branch `{branch}`")
0 commit comments