Skip to content

Commit 302f35d

Browse files
Merge pull request #95 from codecov/spalmurray/update-logout
feat: Expand logout matcher to support no provider endpoint
2 parents afba612 + 9b4da33 commit 302f35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/codecov.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
^/(.*)/(.*)/(.*)/branch/(?P<branch>.+)/(graph|graphs)/badge.svg be_api
1717
^/.*/.*/.*/(graph|graphs)/badge.svg be_api
1818
^/login/(gh|github|ghe|github_enterprise|bb|bitbucket|bbs|bitbucket_server|gl|gitlab|gle|gitlab_enterprise|okta|sentry) be_api
19-
^/logout/(gh|github|ghe|github_enterprise|bb|bitbucket|bbs|bitbucket_server|gl|gitlab|gle|gitlab_enterprise|okta|sentry) be_api
19+
^/logout(/(gh|github|ghe|github_enterprise|bb|bitbucket|bbs|bitbucket_server|gl|gitlab|gle|gitlab_enterprise|okta|sentry)?)? be_api
2020
^/.*/.*/.*/pull/(?P<pullid>[^/]+)/(graph|graphs)/(?P<graph>tree|icicle|sunburst|commits).svg be_api
2121
^/.*/.*/.*/branch/(?P<branch>[^/].+)/(graph|graphs)/(?P<graph>tree|icicle|sunburst|commits).svg be_api
2222
^/.*/.*/.*/(graph|graphs)/(?P<graph>tree|icicle|sunburst|commits).svg be_api

0 commit comments

Comments
 (0)