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: load multiple env files by convention #2199

Merged
merged 1 commit into from Apr 29, 2024
Merged

fix: load multiple env files by convention #2199

merged 1 commit into from Apr 29, 2024

Conversation

sweatybridge
Copy link
Contributor

@sweatybridge sweatybridge commented Apr 22, 2024

What kind of change does this PR introduce?

Bug fix #1518

What is the current behavior?

Precedence order: https://github.com/bkeepers/dotenv?tab=readme-ov-file#customizing-rails

What is the new behavior?

Feel free to include screenshots if it includes visual changes.

Additional context

Add any other context or screenshots.

@sweatybridge sweatybridge requested a review from a team as a code owner April 22, 2024 15:28
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8786730835

Details

  • 17 of 22 (77.27%) changed or added relevant lines in 1 file are covered.
  • 8 unchanged lines in 3 files lost coverage.
  • Overall coverage increased (+0.01%) to 58.235%

Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/utils/config.go 17 22 77.27%
Files with Coverage Reduction New Missed Lines %
internal/utils/config.go 1 54.84%
internal/storage/rm/rm.go 2 92.86%
internal/gen/keys/keys.go 5 11.76%
Totals Coverage Status
Change from base Build 8783012926: 0.01%
Covered Lines: 6527
Relevant Lines: 11208

💛 - Coveralls

@sweatybridge sweatybridge merged commit 7d81f8a into develop Apr 29, 2024
9 checks passed
@sweatybridge sweatybridge deleted the load-env branch April 29, 2024 14:51
@github-actions github-actions bot mentioned this pull request Apr 30, 2024
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.

use --env-file on localhost supabase start / stop / reset
2 participants