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

Feature/random access #82

Merged
merged 50 commits into from
Aug 22, 2023
Merged

Feature/random access #82

merged 50 commits into from
Aug 22, 2023

Conversation

osiegmar
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (df6a8c4) 100.00% compared to head (c266132) 100.00%.

Additional details and impacted files
@@             Coverage Diff              @@
##             develop       #82    +/-   ##
============================================
  Coverage     100.00%   100.00%            
- Complexity       194       298   +104     
============================================
  Files             13        20     +7     
  Lines            653       948   +295     
  Branches          95       128    +33     
============================================
+ Hits             653       948   +295     
Files Changed Coverage Δ
...main/java/de/siegmar/fastcsv/reader/CsvReader.java 100.00% <ø> (ø)
src/main/java/de/siegmar/fastcsv/util/Util.java 100.00% <ø> (ø)
...main/java/de/siegmar/fastcsv/writer/CsvWriter.java 100.00% <ø> (ø)
...a/de/siegmar/fastcsv/reader/ByteChannelStream.java 100.00% <100.00%> (ø)
...egmar/fastcsv/reader/CollectingStatusListener.java 100.00% <100.00%> (ø)
.../main/java/de/siegmar/fastcsv/reader/CsvIndex.java 100.00% <100.00%> (ø)
...ain/java/de/siegmar/fastcsv/reader/CsvScanner.java 100.00% <100.00%> (ø)
...va/de/siegmar/fastcsv/reader/IndexedCsvReader.java 100.00% <100.00%> (ø)
...ar/fastcsv/reader/RandomAccessFileInputStream.java 100.00% <100.00%> (ø)
...ain/java/de/siegmar/fastcsv/reader/RowHandler.java 100.00% <100.00%> (ø)
... and 2 more

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

@osiegmar osiegmar merged commit 28ef0c6 into develop Aug 22, 2023
6 checks passed
@osiegmar osiegmar deleted the feature/random-access branch August 22, 2023 14:12
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.

None yet

1 participant