• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / edge-runtime / 33626916057
53%

Build:
DEFAULT BRANCH: main
Ran 02 Sep 2026 12:06PM UTC
Jobs 1
Files 179
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Sep 2026 11:52AM UTC coverage: 53.673% (+0.04%) from 53.638%
33626916057

push

github

web-flow
fix(fs): eliminate check-then-create race on tests/.env in build script (#730)

The build script checked env_path.exists() and then called
File::create_new(env_path).unwrap(). When two builds ran the script
concurrently (e.g. rust-analyzer checking the crate from its own target
dir while cargo builds in a terminal), both could observe the file as
missing and the loser of the race panicked with AlreadyExists, failing
the whole build.

Replace the check-then-create pair with a single File::create_new and
branch on its result: created means no dotenv, AlreadyExists means the
file is there so set cfg(dotenv), anything else still fails the build
(now with the path in the message). Creation is atomic, so there is no
window left to race through.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

19800 of 36890 relevant lines covered (53.67%)

8632.42 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
69.52
4.11% deno/cache/cache_db.rs
Jobs
ID Job ID Ran Files Coverage
1 33626916057.1 02 Sep 2026 12:06PM UTC 179
53.67
GitHub Action Run
Source Files on build 33626916057
  • Tree
  • List 179
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33626916057
  • db47af52 on github
  • Prev Build on main (#33624298157)
  • Next Build on main (#33734946425)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc