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

feat(token): expose source of token #32

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

jaredallard
Copy link
Owner

Adds a new Source field to the token.Token struct, which displays
the source of the token. This is inteded to be used by consumers of this
package for debugging purposes.

As part of this, I also added more tests to help prevent breakages.

Adds a new `Source` field to the `token.Token` struct, which displays
the source of the token. This is inteded to be used by consumers of this
package for debugging purposes.

As part of this, I also added more tests to help prevent breakages.
Copy link

codecov bot commented Dec 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.72%. Comparing base (5c49ebc) to head (92f852b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   55.81%   59.72%   +3.90%     
==========================================
  Files          18       18              
  Lines         722      730       +8     
==========================================
+ Hits          403      436      +33     
+ Misses        262      234      -28     
- Partials       57       60       +3     

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

@jaredallard jaredallard merged commit 162c2ea into main Dec 28, 2024
4 checks passed
@jaredallard jaredallard deleted the jaredallard/feat/expose-source branch December 28, 2024 16:50
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.

1 participant