Skip to content

fix: update env vars - #81

Merged
thomasrockhu-codecov merged 1 commit into
mainfrom
th/fix-update-env-vars
Sep 15, 2026
Merged

thomasrockhu-codecov merged 1 commit into
mainfrom
th/fix-update-env-vars

Conversation

@thomasrockhu-codecov

Copy link
Copy Markdown
Collaborator

No description provided.

@codecov

codecov Bot commented Sep 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.14%. Comparing base (ce44ce7) to head (035048f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #81   +/-   ##
=======================================
  Coverage   97.14%   97.14%           
=======================================
  Files           2        2           
  Lines          35       35           
=======================================
  Hits           34       34           
  Misses          1        1           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

Comment thread package.py
if matches and matches.groups():
return f"CC_{matches.groups()[0]}"

matcher = r'(CC_[\w_]+)'

@calvin-codecov calvin-codecov Sep 15, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nit: would we want a ^ for start of string before CC?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I suppose it doesn't make a difference at the moment since all of the variables currently only start with CC so this would only be for defensive purposes.

@thomasrockhu-codecov thomasrockhu-codecov Sep 15, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

no actually, reason being that sometimes there is whitespace before the var declaration (e.g. a tab), but this is more to catch any vars that match it

@thomasrockhu-codecov
thomasrockhu-codecov merged commit 1905ad9 into main Sep 15, 2026
9 checks passed
@thomasrockhu-codecov
thomasrockhu-codecov deleted the th/fix-update-env-vars branch September 15, 2026 17:09
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.

2 participants