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(providers): detect VERCEL and VERCEL_ENV #58

Merged
merged 4 commits into from
Aug 9, 2023
Merged

feat(providers): detect VERCEL and VERCEL_ENV #58

merged 4 commits into from
Aug 9, 2023

Conversation

nozomuikuta
Copy link
Member

πŸ”— Linked issue

Resolves #54.

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.
    • not applicable

@nozomuikuta nozomuikuta requested a review from pi0 July 16, 2023 07:51
@nozomuikuta nozomuikuta self-assigned this Jul 16, 2023
@codecov
Copy link

codecov bot commented Jul 16, 2023

Codecov Report

Merging #58 (4899dd7) into main (53ccaba) will increase coverage by 0.07%.
Report is 7 commits behind head on main.
The diff coverage is 100.00%.

❗ Current head 4899dd7 differs from pull request most recent head 9bf8f58. Consider uploading reports for the commit 9bf8f58 to get more accurate results

@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
+ Coverage   92.93%   93.01%   +0.07%     
==========================================
  Files           2        2              
  Lines         184      186       +2     
  Branches       14       14              
==========================================
+ Hits          171      173       +2     
  Misses         13       13              
Files Changed Coverage Ξ”
src/providers.ts 89.92% <100.00%> (+0.15%) ⬆️

src/providers.ts Outdated Show resolved Hide resolved
@pi0 pi0 changed the title feat: add VERCEL_ENV as vercel provider feat(providers): detect VERCEL and VERCEL_ENV Aug 9, 2023
@pi0 pi0 merged commit 5c056e6 into main Aug 9, 2023
2 checks passed
@pi0 pi0 deleted the feat/vercel-env branch August 9, 2023 08:52
@pi0
Copy link
Member

pi0 commented Aug 9, 2023

Thanks!

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.

Detect VERCEL_ENV env as vercel provider
2 participants