Skip to content

Conversation

@russhousley
Copy link
Collaborator

@russhousley russhousley commented Nov 1, 2025

@codecov
Copy link

codecov bot commented Nov 1, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 88.53%. Comparing base (cbb0e2e) to head (f5b3df5).
⚠️ Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
ietf/group/utils.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9841      +/-   ##
==========================================
- Coverage   88.54%   88.53%   -0.01%     
==========================================
  Files         316      316              
  Lines       42265    42267       +2     
==========================================
  Hits        37423    37423              
- Misses       4842     4844       +2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.


if group.features.has_meetings:
entries.append(("Meetings", urlreverse("ietf.group.views.meetings", kwargs=kwargs)))
if group.acronym in ["iab", "iesg"]:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should only be "iesg" ?

Only add WG tabe for the IESG (not the IAB)
@rjsparks rjsparks changed the title Add tab for WGs. Fixes#9730. fix: Add tab for IESG view of working groups Nov 3, 2025
@rjsparks rjsparks changed the title fix: Add tab for IESG view of working groups feat: Add tab for IESG view of working groups Nov 3, 2025
@rjsparks rjsparks merged commit 3c12880 into ietf-tools:main Nov 5, 2025
10 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add IESG WG dashboard to the DT menu

3 participants