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

feat: warn about materials for cancelled sessions #7959

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

rjsparks
Copy link
Member

@rjsparks rjsparks commented Sep 20, 2024

addresses the remainder of #7455

Copy link
Member

@jennifer-richards jennifer-richards left a comment

Choose a reason for hiding this comment

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

See inline - for once, the test failure was real and not just factory-related noise


session_statusid = None
if doc.session_set.count() == 1:
if doc.session_set.get().schedulingevent_set.exists():
Copy link
Member

Choose a reason for hiding this comment

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

Based on the test failure, this needs to handle the case that doc is a DocHistory

@rjsparks rjsparks merged commit 06b9df1 into ietf-tools:main Sep 23, 2024
7 checks passed
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.84%. Comparing base (c7f6bde) to head (fcf4658).
Report is 80 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7959      +/-   ##
==========================================
+ Coverage   88.78%   88.84%   +0.05%     
==========================================
  Files         296      304       +8     
  Lines       41320    41530     +210     
==========================================
+ Hits        36687    36896     +209     
- Misses       4633     4634       +1     

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

@rjsparks rjsparks deleted the canceledmaterials branch September 24, 2024 14:13
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