Closed Stun3R closed 1 year ago
Merging #177 (da42bbb) into develop (3e0fa76) will increase coverage by
0.24%
. Report is 37 commits behind head on develop. The diff coverage is100.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%) |
:arrow_up: |
Types of changes
Description
baseUrl
is built. We get rid ofnew URL()
to usejoinURL
from unjs/ufo. Fixes: #145prefix
to the methodgetProviderAuthenticationUrl
. Fixes #140Checklist: