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

disallow bugs in @try usage #908

Merged
merged 7 commits into from
Aug 18, 2022
Merged

disallow bugs in @try usage #908

merged 7 commits into from
Aug 18, 2022

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented Aug 18, 2022

No description provided.

vtjnash and others added 4 commits August 17, 2022 20:53
Catching all exceptions is considered bad practice, which is why the
default `try` block forbids it.
@codecov-commenter
Copy link

codecov-commenter commented Aug 18, 2022

Codecov Report

Merging #908 (619ee07) into master (b309fe3) will decrease coverage by 0.10%.
The diff coverage is 88.88%.

@@            Coverage Diff             @@
##           master     #908      +/-   ##
==========================================
- Coverage   80.26%   80.15%   -0.11%     
==========================================
  Files          36       36              
  Lines        2908     2908              
==========================================
- Hits         2334     2331       -3     
- Misses        574      577       +3     
Impacted Files Coverage Δ
src/Messages.jl 86.06% <ø> (+0.51%) ⬆️
src/Exceptions.jl 84.61% <83.33%> (-2.89%) ⬇️
src/Servers.jl 78.64% <83.33%> (-1.16%) ⬇️
src/Streams.jl 96.04% <100.00%> (+0.02%) ⬆️
src/clientlayers/ConnectionRequest.jl 79.22% <100.00%> (+0.27%) ⬆️
src/clientlayers/StreamRequest.jl 97.14% <100.00%> (ø)
src/IOExtras.jl 77.14% <0.00%> (-2.86%) ⬇️
src/ConnectionPool.jl 88.23% <0.00%> (-0.99%) ⬇️
src/HTTP.jl 86.66% <0.00%> (+1.33%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@quinnj quinnj merged commit 137fa68 into master Aug 18, 2022
@quinnj quinnj deleted the vtjnash-jn/disallow-bugs branch August 18, 2022 20:56
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.

3 participants