Skip to content

docs(#45): require the environment file, named or defaulted. - #52

Merged
fgm merged 1 commit into
mainfrom
45-missing-env-file
Aug 26, 2026
Merged

fgm merged 1 commit into
mainfrom
45-missing-env-file

Conversation

@fgm

@fgm fgm commented Aug 26, 2026

Copy link
Copy Markdown
Owner

README.md promised defaults "loaded from .env if it exists", which the code has never done: a missing file is fatal whether -f named it or envrun assumed it.

Closes #45

README.md promised defaults "loaded from .env if it exists",
which the code has never done: a missing file is fatal
whether -f named it or envrun assumed it.
@fgm fgm self-assigned this Aug 26, 2026
@fgm fgm added the documentation Improvements or additions to documentation label Aug 26, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.66%. Comparing base (dd947db) to head (0da8ef9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #52   +/-   ##
=======================================
  Coverage   98.66%   98.66%           
=======================================
  Files           4        4           
  Lines         150      150           
=======================================
  Hits          148      148           
  Misses          1        1           
  Partials        1        1           
Flag Coverage Δ
unittests 98.66% <ø> (ø)

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

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fgm
fgm merged commit 81b78c4 into main Aug 26, 2026
7 checks passed
@fgm
fgm deleted the 45-missing-env-file branch August 26, 2026 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A missing default .env is a hard failure, though the README says otherwise

2 participants