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

fix: error in auth trait import #347

Merged
merged 3 commits into from
Apr 15, 2021
Merged

fix: error in auth trait import #347

merged 3 commits into from
Apr 15, 2021

Conversation

atymic
Copy link
Owner

@atymic atymic commented Apr 15, 2021

Closes #346

@codecov
Copy link

codecov bot commented Apr 15, 2021

Codecov Report

Merging #347 (1f3fbc6) into main (fec288a) will decrease coverage by 0.08%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #347      +/-   ##
============================================
- Coverage     34.96%   34.87%   -0.09%     
- Complexity      357      358       +1     
============================================
  Files            31       31              
  Lines           798      800       +2     
============================================
  Hits            279      279              
- Misses          519      521       +2     
Impacted Files Coverage Δ Complexity Δ
src/ApiV1/Service/Twitter.php 10.00% <0.00%> (-1.12%) 8.00 <1.00> (+1.00) ⬇️
src/ApiV1/Traits/AuthTrait.php 0.00% <ø> (ø) 5.00 <0.00> (ø)
src/ApiV1/Traits/DirectMessageTrait.php 0.00% <ø> (ø) 7.00 <0.00> (ø)
src/ApiV1/Traits/TrendTrait.php 0.00% <ø> (ø) 6.00 <0.00> (ø)
src/Http/Client/SyncClient.php 100.00% <ø> (ø) 17.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fec288a...1f3fbc6. Read the comment docs.

@atymic atymic merged commit 90978dd into main Apr 15, 2021
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.

Twitter Class not found in AuthTrait
1 participant