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: avoid reading a file concurrently #66

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

hasundue
Copy link
Owner

@hasundue hasundue commented Nov 2, 2023

No description provided.

@hasundue hasundue linked an issue Nov 2, 2023 that may be closed by this pull request
@hasundue hasundue force-pushed the 65-use-denoopen-api-to-update-file-contents branch from 8121bcf to 253b053 Compare November 2, 2023 05:31
Copy link

codecov bot commented Nov 2, 2023

Codecov Report

Attention: 24 lines in your changes are missing coverage. Please review.

Comparison is base (7c26162) 82.29% compared to head (e1b91a7) 83.83%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
+ Coverage   82.29%   83.83%   +1.54%     
==========================================
  Files          17       19       +2     
  Lines         689      730      +41     
  Branches       91       92       +1     
==========================================
+ Hits          567      612      +45     
+ Misses        122      116       -6     
- Partials        0        2       +2     
Files Coverage Δ
lib/git.ts 83.15% <100.00%> (ø)
lib/std/collections.ts 100.00% <100.00%> (ø)
lib/std/fs.ts 100.00% <100.00%> (ø)
lib/std/streams.ts 100.00% <100.00%> (ø)
lib/std/testing.ts 100.00% <100.00%> (ø)
lib/file.ts 97.97% <98.73%> (+0.41%) ⬆️
lib/dependency.ts 71.65% <75.86%> (-0.53%) ⬇️
lib/testing.ts 76.47% <80.95%> (-0.13%) ⬇️
lib/update.ts 87.85% <65.21%> (+1.54%) ⬆️

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

@hasundue hasundue force-pushed the 65-use-denoopen-api-to-update-file-contents branch 6 times, most recently from ff430fc to e1b91a7 Compare November 2, 2023 06:14
@hasundue hasundue merged commit 4f655cf into main Nov 2, 2023
6 checks passed
@hasundue hasundue deleted the 65-use-denoopen-api-to-update-file-contents branch November 2, 2023 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Avoid reading files concurrently
1 participant