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

Add included_in_statistics flag to answersession #215

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

MaHaWo
Copy link
Collaborator

@MaHaWo MaHaWo commented Dec 18, 2024

  • add flags to MilestoneAnswer(Public) that say whether an answer has been used in a milestone or milestonegroup statistics already.
  • adjust fixtures to use these
  • add new tests to for correct usage of the flags

fixes #204

@codecov-commenter
Copy link

codecov-commenter commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.11%. Comparing base (4cbc0c8) to head (83cbf49).

Additional details and impacted files
@@            Coverage Diff             @@
##            main     #215       +/-   ##
==========================================
+ Coverage   1.52%   34.11%   +32.58%     
==========================================
  Files         83      110       +27     
  Lines       2488     3834     +1346     
  Branches      95       95               
==========================================
+ Hits          38     1308     +1270     
- Misses      2370     2446       +76     
  Partials      80       80               

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

@MaHaWo MaHaWo changed the title Add included in statistics flat to answersession Add included_in_statistics flag to answersession Dec 18, 2024
@MaHaWo MaHaWo requested a review from lkeegan December 20, 2024 07:56
Copy link

@MaHaWo MaHaWo self-assigned this Dec 20, 2024
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.

Add a boolean included_in_statistics flag to MilestoneAnswerSession
2 participants