Skip to content

Conversation

@kelly-sovacool
Copy link
Member

@kelly-sovacool kelly-sovacool commented Oct 1, 2025

Changes

Properly handle tab & newline chars in slurm stdout/stderr files

Issues

fixes #118

PR Checklist

(Strikethrough any points that are not applicable.)

  • This comment contains a description of changes with justifications, with any relevant issues linked.
  • Write unit tests for any new features, bug fixes, or other code changes.
  • [ ] Update docs if there are any API changes.
  • Update CHANGELOG.md with a short description of any user-facing changes and reference the PR number. Guidelines: https://keepachangelog.com/en/1.1.0/

@codecov
Copy link

codecov bot commented Oct 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.12%. Comparing base (644dcf2) to head (3bac193).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #122      +/-   ##
==========================================
+ Coverage   65.02%   65.12%   +0.09%     
==========================================
  Files          25       25              
  Lines        1787     1792       +5     
==========================================
+ Hits         1162     1167       +5     
  Misses        625      625              

☔ View full report in Codecov by Sentry.
📢 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.

@kelly-sovacool kelly-sovacool merged commit 58f083a into main Oct 2, 2025
11 checks passed
@kelly-sovacool kelly-sovacool deleted the iss-118 branch October 2, 2025 12:57
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.

tabs and newline chars on .log and .err need to be escaped

2 participants