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 next bad line parsing #25

Merged
merged 1 commit into from
Aug 11, 2024
Merged

Fix next bad line parsing #25

merged 1 commit into from
Aug 11, 2024

Conversation

CodyCBakerPhD
Copy link
Member

I think the previous fix in #24 should actually apply here, even though these other lines are not deviant (they seem like good requests) they just have some very unexpected extra stuff related to the 'source' of the request

@CodyCBakerPhD CodyCBakerPhD self-assigned this Aug 11, 2024
@CodyCBakerPhD CodyCBakerPhD marked this pull request as ready for review August 11, 2024 20:27
@CodyCBakerPhD CodyCBakerPhD linked an issue Aug 11, 2024 that may be closed by this pull request
Copy link

codecov bot commented Aug 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.97%. Comparing base (b86d789) to head (23fdeb6).
Report is 7 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
+ Coverage   60.23%   67.97%   +7.73%     
==========================================
  Files           9       11       +2     
  Lines         337      459     +122     
==========================================
+ Hits          203      312     +109     
- Misses        134      147      +13     
Flag Coverage Δ
unittests 67.97% <100.00%> (+7.73%) ⬆️

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

Files Coverage Δ
src/dandi_s3_log_parser/_s3_log_line_parser.py 81.17% <100.00%> (+9.99%) ⬆️

... and 1 file with indirect coverage changes

@CodyCBakerPhD CodyCBakerPhD merged commit baa8055 into main Aug 11, 2024
2 checks passed
@CodyCBakerPhD CodyCBakerPhD deleted the fix_more_line_parsings branch August 11, 2024 20:46
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.

[Line parsing errors]: 7/26/2024
1 participant