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

Fixed token creation #32

Merged
merged 2 commits into from
Jun 9, 2021
Merged

Fixed token creation #32

merged 2 commits into from
Jun 9, 2021

Conversation

eldario
Copy link
Contributor

@eldario eldario commented Apr 15, 2021

Description

Fixes # (issue)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I wrote unit tests for my code (if tests is required for my changes)
  • I have made changes in CHANGELOG.md file

@codecov-commenter
Copy link

codecov-commenter commented Jun 9, 2021

Codecov Report

Merging #32 (265bb1b) into master (2e693ed) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #32   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       588       590    +2     
===========================================
  Files             42        42           
  Lines           1338      1340    +2     
===========================================
+ Hits            1338      1340    +2     
Flag Coverage Δ
php 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Exceptions/BadRequestException.php 100.00% <100.00%> (ø)
src/Responses/DevPingResponse.php 100.00% <100.00%> (ø)
src/Responses/DevTokenResponse.php 100.00% <100.00%> (ø)
src/Responses/UserBalanceResponse.php 100.00% <100.00%> (ø)
src/Responses/UserReportMakeResponse.php 100.00% <100.00%> (ø)
src/Responses/UserReportRefreshResponse.php 100.00% <100.00%> (ø)
src/Responses/UserReportResponse.php 100.00% <100.00%> (ø)
src/Responses/UserReportTypesResponse.php 100.00% <100.00%> (ø)
src/Responses/UserReportsResponse.php 100.00% <100.00%> (ø)
src/Responses/UserResponse.php 100.00% <100.00%> (ø)
... and 1 more

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 b338a6a...265bb1b. Read the comment docs.

@eldario eldario merged commit 876d87b into master Jun 9, 2021
@eldario eldario deleted the fix-future-time branch June 9, 2021 05:15
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.

None yet

2 participants