Skip to content

[WIP] Fix truncate behavior for files opened in write mode - #98

Open
ccamel with Copilot wants to merge 2 commits into
mainfrom
copilot/truncate-existing-files-on-write
Open

[WIP] Fix truncate behavior for files opened in write mode#98
ccamel with Copilot wants to merge 2 commits into
mainfrom
copilot/truncate-existing-files-on-write

Conversation

Copilot AI commented Aug 5, 2026

Copy link
Copy Markdown
Contributor
  • Inspect stream mode flags and existing open-mode coverage
  • Add write-mode truncation flag and focused regression coverage
  • Run targeted and complete engine tests; scan changed files for secrets
  • Commit review and CodeQL verification

Copilot AI linked an issue Aug 5, 2026 that may be closed by this pull request
4 tasks
Copilot AI requested a review from ccamel August 5, 2026 09:59
@ccamel
ccamel marked this pull request as ready for review August 5, 2026 10:04
@codecov

codecov Bot commented Aug 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #98   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files          25       25           
  Lines        7194     7194           
=======================================
  Hits         7074     7074           
  Misses         88       88           
  Partials       32       32           
Files with missing lines Coverage Δ
engine/stream.go 100.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

🐛 Truncate existing files opened in write mode

2 participants