Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove codecov owner from selfhosted auth check #78

Closed

Conversation

spalmurray-codecov
Copy link
Collaborator

Updates auth check API endpoint to fix a bug where self-hosted codecov instances are not able to be added due to the requirement for the 'codecov' user to be present.

Closes #64

@@ -12,7 +12,7 @@ import {

export class Codecov {
static baseUrl = "https://api.codecov.io";
static checkAuthPath = "/api/v2/github/codecov";
static checkAuthPath = "/api/v2/github/";
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://docs.codecov.com/reference/root_list

This endpoint will work work just fine 🙂

@spalmurray-codecov spalmurray-codecov marked this pull request as ready for review August 12, 2024 19:59
@spalmurray-codecov
Copy link
Collaborator Author

Fixed in #65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to configure for self hosted instance.
2 participants