mattn / go-mastodon

mastodon client for golang
MIT License
604 stars 88 forks source link

add comment about accessing AccessToken #195

Closed Uinelj closed 1 month ago

Uinelj commented 1 month ago

This needs more attention but adding a comment in the readme addresses the problem while a better solution is found.

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.14%. Comparing base (9faaa4f) to head (e411dfb). Report is 27 commits behind head on master.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #195 +/- ## ========================================== - Coverage 87.51% 87.14% -0.38% ========================================== Files 15 16 +1 Lines 1354 1408 +54 ========================================== + Hits 1185 1227 +42 - Misses 125 133 +8 - Partials 44 48 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mattn commented 1 month ago

Thank you