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

Add File.ReadFrom test on a SectionReader #485

Merged
merged 1 commit into from Dec 28, 2021

Commits on Dec 24, 2021

  1. Add File.ReadFrom test with a Sized Reader

    This tests ReadFrom's determining concurrency from the estimated input
    size. go test -cover -integration, before:
    
    coverage: 77.3% of statements
    
    After:
    
    coverage: 79.2% of statements
    greatroar committed Dec 24, 2021
    Copy the full SHA
    1fffa62 View commit details
    Browse the repository at this point in the history