Skip to content

Commit

Permalink
fix: add logger
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jun 4, 2024
1 parent c1015f1 commit d8f9042
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codecov_cli/helpers/git_services/github.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import json
import logging

import requests

from codecov_cli.helpers.git_services import PullDict

logger = logging.getLogger("codecovcli")

class Github:
api_url = "https://api.github.com"
Expand Down

0 comments on commit d8f9042

Please sign in to comment.