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

feat(schema): allow usage of custom schemas #139

Merged
merged 1 commit into from Mar 6, 2024

Conversation

da-z
Copy link
Contributor

@da-z da-z commented Feb 21, 2024

Allows projects to use custom schemas, that may not be foreseen by this project (or do not classify as browser extension necessarily).

Fixes #135

@codecov-commenter
Copy link

codecov-commenter commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.17%. Comparing base (fcbd06f) to head (9a37506).
Report is 5 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
+ Coverage   94.22%   95.17%   +0.95%     
==========================================
  Files           3        3              
  Lines         225      228       +3     
==========================================
+ Hits          212      217       +5     
+ Misses         12       11       -1     
+ Partials        1        0       -1     
Flag Coverage Δ
go- 95.17% <100.00%> (+0.95%) ⬆️
go-1.18 95.17% <100.00%> (+0.95%) ⬆️
go-1.19 95.17% <100.00%> (+0.95%) ⬆️
go-1.20 95.17% <100.00%> (+0.95%) ⬆️
go-1.21 95.17% <100.00%> (+0.95%) ⬆️
go-1.22 95.17% <100.00%> (+0.95%) ⬆️
macos-latest 95.17% <100.00%> (+0.95%) ⬆️
ubuntu-latest 95.17% <100.00%> (+0.95%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@appleboy appleboy changed the title feat: allow usage of custom schemas feat(schema): allow usage of custom schemas Mar 6, 2024
@appleboy appleboy merged commit eac6c48 into gin-contrib:master Mar 6, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Register tauri:// scheme (or allow custom schemes upstream?)
3 participants