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

Restyle feat: Merge group announce portion of new groupchats implementation #2245

Closed
wants to merge 2 commits into from

Conversation

restyled-io[bot]
Copy link

@restyled-io restyled-io bot commented Apr 3, 2022

A duplicate of #2230 with additional commits that automatically address
incorrect style, created by Restyled.

Since the original Pull Request was opened as a fork in a contributor's
repository, we are unable to create a Pull Request branching from it with only
the style fixes.

The following Restylers made fixes:

  • clang-format

To incorporate these changes, you can either:

  1. Merge this Pull Request instead of the original, or

  2. Ask your contributor to locally incorporate these commits and push them to
    the original Pull Request

    Expand for example instructions
    ```console
    git remote add upstream https://github.com/TokTok/c-toxcore.git
    git fetch upstream pull/<this PR number>/head
    git merge --ff-only FETCH_HEAD
    git push
    ```
    

NOTE: As work continues on the original Pull Request, this process will
re-run and update (force-push) this Pull Request with updated style fixes as
necessary. If the style is fixed manually at any point (i.e. this process finds
no fixes to make), this Pull Request will be closed automatically.

Sorry if this was unexpected. To disable it, see our documentation.


This change is Reviewable

@auto-add-label auto-add-label bot added the enhancement New feature for the user, not a new feature for build script label Apr 3, 2022
@codecov
Copy link

codecov bot commented Apr 3, 2022

Codecov Report

Merging #2245 (98e6a94) into master (e3ace8c) will decrease coverage by 0.13%.
The diff coverage is 63.35%.

❗ Current head 98e6a94 differs from pull request most recent head 6d7db4c. Consider uploading reports for the commit 6d7db4c to get more accurate results

@@            Coverage Diff             @@
##           master    #2245      +/-   ##
==========================================
- Coverage   78.46%   78.32%   -0.14%     
==========================================
  Files         120      127       +7     
  Lines       22671    23875    +1204     
==========================================
+ Hits        17788    18700     +912     
- Misses       4883     5175     +292     
Impacted Files Coverage Δ
toxcore/group_announce.c 50.23% <50.23%> (ø)
toxcore/group_announce_test.cc 98.73% <98.73%> (ø)
toxav/bwcontroller.c 38.55% <0.00%> (-7.23%) ⬇️
auto_tests/tox_many_test.c 98.18% <0.00%> (-1.82%) ⬇️
toxav/groupav.c 74.58% <0.00%> (-1.34%) ⬇️
toxcore/crypto_core.c 92.72% <0.00%> (-0.91%) ⬇️
toxcore/TCP_common.c 77.77% <0.00%> (-0.75%) ⬇️
toxcore/onion_announce.c 80.66% <0.00%> (-0.56%) ⬇️
toxcore/group.c 84.35% <0.00%> (-0.14%) ⬇️
toxcore/Messenger.c 82.90% <0.00%> (-0.13%) ⬇️
... and 17 more

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 e3ace8c...6d7db4c. Read the comment docs.

@restyled-io restyled-io bot force-pushed the restyled/pull-2230 branch 4 times, most recently from 6d7db4c to aebc8c2 Compare April 3, 2022 15:34
@restyled-io restyled-io bot closed this Apr 3, 2022
@restyled-io restyled-io bot deleted the restyled/pull-2230 branch April 3, 2022 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature for the user, not a new feature for build script
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants