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

Format all source with clang-format. #552

Merged
merged 1 commit into from
Dec 7, 2022
Merged

Conversation

jshort
Copy link
Collaborator

@jshort jshort commented Dec 6, 2022

A clang-format action was added to validate our source files during PR review so this will get our code to be compliant in preparation for that new github action.

@jshort jshort force-pushed the format_code branch 2 times, most recently from 91a42e2 to 7b474a4 Compare December 6, 2022 18:10
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2022

Codecov Report

Base: 71.21% // Head: 71.14% // Decreases project coverage by -0.06% ⚠️

Coverage data is based on head (441daee) compared to base (ce6645f).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #552      +/-   ##
==========================================
- Coverage   71.21%   71.14%   -0.07%     
==========================================
  Files          49       49              
  Lines        3074     3074              
==========================================
- Hits         2189     2187       -2     
- Misses        885      887       +2     
Impacted Files Coverage Δ
src/base/BackedReader.hpp 100.00% <ø> (ø)
src/base/BackedWriter.hpp 80.00% <ø> (ø)
src/base/Connection.hpp 80.00% <ø> (ø)
src/terminal/Console.hpp 100.00% <ø> (ø)
src/terminal/TerminalClient.hpp 100.00% <ø> (ø)
src/terminal/UserJumphostHandler.hpp 100.00% <ø> (ø)
src/terminal/UserTerminal.hpp 100.00% <ø> (ø)
src/terminal/UserTerminalHandler.hpp 100.00% <ø> (ø)
.../terminal/forwarding/ForwardDestinationHandler.hpp 0.00% <ø> (ø)
src/terminal/forwarding/ForwardSourceHandler.hpp 0.00% <ø> (ø)
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

A clang-format action was added to validate our source files during PR
review so this will get our code to be compliant in preparation for that
new github action.
@jshort jshort merged commit 91099f6 into MisterTea:master Dec 7, 2022
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.

2 participants