-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve member count. #45
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #45 +/- ##
==========================================
- Coverage 96.80% 96.42% -0.38%
==========================================
Files 10 8 -2
Lines 250 224 -26
==========================================
- Hits 242 216 -26
Misses 8 8
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
The action counts
github_membership
andgithub_repository_collaborator
in the tf file as members.However, If a user starts writing the GitHub account management in a different way in the tf file, the action will not be counted correctly.
Therefore, I have improved the action to count members from terraform plan results.