Skip to content

Commit

Permalink
Making codecov super token available for the moment (#1173)
Browse files Browse the repository at this point in the history
I'll share 1password links to add this to your local environments, and
I'll get this in staging
In production we'll have IAP which I'm working on.
  • Loading branch information
corps authored Sep 18, 2024
1 parent aa9508f commit 23fa0e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/seer/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ class AppConfig(BaseModel):

SMOKE_CHECK: ParseBool = False

# Super access token for developing against, won't be available in final production setup.
CODECOV_SUPER_TOKEN: str = ""

@cached_property
def smoke_test_id(self) -> str:
return str(uuid.uuid4())
Expand Down

0 comments on commit 23fa0e5

Please sign in to comment.