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

docs: update documentation around how grouping processes and tree mode are incompatible #1679

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

ClementTsang
Copy link
Owner

@ClementTsang ClementTsang commented Feb 21, 2025

Description

A description of the change, what it does, and why it was made. If relevant (such as any change that modifies the UI), please provide screenshots of the changes:

Clarify some behaviour.

Issue

If applicable, what issue does this address?

Closes: #1677

Testing

If relevant, please state how this was tested. All changes must be tested to work:

If this is a code change, please also indicate which platforms were tested:

  • Windows
  • macOS
  • Linux

Checklist

If relevant, ensure the following have been met:

  • Areas your change affects have been linted using rustfmt (cargo fmt)
  • The change has been tested and doesn't appear to cause any unintended breakage
  • Documentation has been added/updated if needed (README.md, help menu, doc pages, etc.)
  • The pull request passes the provided CI pipeline
  • There are no merge conflicts
  • If relevant, new tests were added (don't worry too much about coverage)

@ClementTsang ClementTsang force-pushed the docs_about_group_and_trees branch from 40040bb to 1396f3f Compare February 21, 2025 10:43
Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.02%. Comparing base (393c24d) to head (1de2501).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1679   +/-   ##
=======================================
  Coverage   42.02%   42.02%           
=======================================
  Files         110      110           
  Lines       17503    17503           
=======================================
  Hits         7356     7356           
  Misses      10147    10147           
Flag Coverage Δ
macos-14 37.69% <ø> (ø)
ubuntu-latest 43.83% <ø> (ø)
windows-2019 37.59% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ClementTsang ClementTsang force-pushed the docs_about_group_and_trees branch from 1396f3f to 1de2501 Compare February 21, 2025 10:49
@ClementTsang ClementTsang enabled auto-merge (squash) February 21, 2025 10:50
@ClementTsang ClementTsang merged commit 9999a48 into main Feb 21, 2025
37 checks passed
@ClementTsang ClementTsang deleted the docs_about_group_and_trees branch February 21, 2025 11:04
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.

Process tree does not work with group_processes flag.
1 participant