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: url usages #177

Merged
merged 2 commits into from
Aug 9, 2023
Merged

fix: url usages #177

merged 2 commits into from
Aug 9, 2023

Conversation

Stun3R
Copy link
Owner

@Stun3R Stun3R commented Aug 9, 2023

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other changes (could be a refactor, documentation change ect...)

Description

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes (if not applicable, please state why)

@Stun3R Stun3R self-assigned this Aug 9, 2023
@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #177 (da42bbb) into develop (3e0fa76) will increase coverage by 0.24%.
Report is 37 commits behind head on develop.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #177      +/-   ##
===========================================
+ Coverage    96.11%   96.36%   +0.24%     
===========================================
  Files            3        3              
  Lines          103      110       +7     
  Branches        19       19              
===========================================
+ Hits            99      106       +7     
  Misses           3        3              
  Partials         1        1              
Files Changed Coverage Δ
src/lib/strapi.ts 96.22% <100.00%> (+0.26%) ⬆️

@Stun3R Stun3R merged commit 3b90446 into develop Aug 9, 2023
@Stun3R Stun3R deleted the fix/url-usages branch August 9, 2023 16:48
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.

Support for relative URLs in Strapi SDK options getProviderAuthenticationUrl() doesn't include prefix
1 participant