Skip to content

Commit

Permalink
Define git_service config getter for Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kdarkhan committed Feb 15, 2024
1 parent 618a641 commit a6a6722
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codecov_cli/helpers/ci_adapters/github_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,8 @@ def _get_branch(self):
def _get_service(self):
return "github-actions"

def _get_git_service(self):
return "github"

def get_service_name(self):
return "GithubActions"

0 comments on commit a6a6722

Please sign in to comment.