Skip to content

Commit

Permalink
Merge pull request #95 from codecov/spalmurray/update-logout
Browse files Browse the repository at this point in the history
feat: Expand logout matcher to support no provider endpoint
  • Loading branch information
thomasrockhu-codecov committed Jun 4, 2024
2 parents afba612 + 9b4da33 commit 302f35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/codecov.map
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
^/(.*)/(.*)/(.*)/branch/(?P<branch>.+)/(graph|graphs)/badge.svg be_api
^/.*/.*/.*/(graph|graphs)/badge.svg be_api
^/login/(gh|github|ghe|github_enterprise|bb|bitbucket|bbs|bitbucket_server|gl|gitlab|gle|gitlab_enterprise|okta|sentry) be_api
^/logout/(gh|github|ghe|github_enterprise|bb|bitbucket|bbs|bitbucket_server|gl|gitlab|gle|gitlab_enterprise|okta|sentry) be_api
^/logout(/(gh|github|ghe|github_enterprise|bb|bitbucket|bbs|bitbucket_server|gl|gitlab|gle|gitlab_enterprise|okta|sentry)?)? be_api
^/.*/.*/.*/pull/(?P<pullid>[^/]+)/(graph|graphs)/(?P<graph>tree|icicle|sunburst|commits).svg be_api
^/.*/.*/.*/branch/(?P<branch>[^/].+)/(graph|graphs)/(?P<graph>tree|icicle|sunburst|commits).svg be_api
^/.*/.*/.*/(graph|graphs)/(?P<graph>tree|icicle|sunburst|commits).svg be_api

0 comments on commit 302f35d

Please sign in to comment.