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

added github token to solve composer rate limit #354

Merged
merged 1 commit into from
Feb 13, 2023

Conversation

AlessandroMinoccheri
Copy link
Member

This PR should fix: #353

I found the possible solution here:
shivammathur/setup-php#679

Unfortunately, secrets can't start with the word GITHUB

@codecov-commenter
Copy link

codecov-commenter commented Feb 12, 2023

Codecov Report

Merging #354 (772a74e) into main (5667de6) will increase coverage by 0.03%.
The diff coverage is 96.15%.

📣 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     #354      +/-   ##
============================================
+ Coverage     93.80%   93.83%   +0.03%     
- Complexity      492      495       +3     
============================================
  Files            60       60              
  Lines          1323     1330       +7     
============================================
+ Hits           1241     1248       +7     
  Misses           82       82              
Impacted Files Coverage Δ
src/Analyzer/FullyQualifiedClassName.php 96.55% <83.33%> (-3.45%) ⬇️
src/Analyzer/ClassDescription.php 100.00% <100.00%> (ø)
src/Analyzer/ClassDescriptionBuilder.php 100.00% <100.00%> (ø)
src/Analyzer/FileVisitor.php 82.40% <100.00%> (ø)
src/Expression/ForClasses/Extend.php 100.00% <100.00%> (+8.33%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@AlessandroMinoccheri AlessandroMinoccheri merged commit 6e1386d into main Feb 13, 2023
@AlessandroMinoccheri AlessandroMinoccheri deleted the fix-composer-rate-limit branch February 13, 2023 14:04
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.

Gihub action broke on composer rate limit
4 participants