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

Limit output when printing errors #348

Merged
merged 1 commit into from
Sep 8, 2021
Merged

Limit output when printing errors #348

merged 1 commit into from
Sep 8, 2021

Conversation

timholy
Copy link
Member

@timholy timholy commented Sep 8, 2021

For some errors, the entire data set being saved can be printed to
the terminal when an error is thrown. This reduces the output.

For some errors, the entire data set being saved can be printed to
the terminal when an error is thrown. This  reduces the output.
@codecov
Copy link

codecov bot commented Sep 8, 2021

Codecov Report

Merging #348 (cc81783) into master (ba94b81) will decrease coverage by 0.12%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #348      +/-   ##
==========================================
- Coverage   87.34%   87.22%   -0.13%     
==========================================
  Files          10       10              
  Lines         656      681      +25     
==========================================
+ Hits          573      594      +21     
- Misses         83       87       +4     
Impacted Files Coverage Δ
src/error_handling.jl 81.81% <0.00%> (+1.81%) ⬆️
src/registry_setup.jl 95.76% <0.00%> (-0.64%) ⬇️
src/precompile.jl 0.00% <0.00%> (ø)
src/loadsave.jl 98.79% <0.00%> (+0.01%) ⬆️
src/deprecated.jl 47.91% <0.00%> (+0.09%) ⬆️
src/registry.jl 89.83% <0.00%> (+0.17%) ⬆️
src/query.jl 96.96% <0.00%> (+0.19%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba94b81...cc81783. Read the comment docs.

@timholy
Copy link
Member Author

timholy commented Sep 8, 2021

Failure fixed in #349

@timholy timholy merged commit fb02364 into master Sep 8, 2021
@timholy timholy deleted the teh/io_limit branch September 8, 2021 09:58
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.

1 participant