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
help='Format output for posting in Slack to given channel')
81
+
parser.add_argument('--path-suffixes', type=str, help='file path suffixes to filter annotations by. Could be tuple ".spec.ts,.spec.tsx,.test.ts,.test.tsx"',)
72
82
parser.add_argument('--prefix', type=str, help='prefix to filter annotations by', required=True)
73
83
parser.add_argument('--since', type=str,
74
84
help='date to start from, format YYYY-MM-DD defaults to start of day (midnight UTC), '
0 commit comments