Skip to content

Conversation

@kash-jay
Copy link
Contributor

This MR changes the following fields to str: visibility, kind, presence status, ignore_reason, tag. This is done to prevent errors when changes are made in GIM, because expected values now do not have to be updated for every change.

@kash-jay kash-jay requested a review from a team as a code owner November 14, 2025 14:51
@codecov-commenter
Copy link

codecov-commenter commented Nov 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.60%. Comparing base (e2f0498) to head (e0d8566).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #160      +/-   ##
==========================================
- Coverage   95.63%   95.60%   -0.03%     
==========================================
  Files           5        5              
  Lines        1236     1230       -6     
==========================================
- Hits         1182     1176       -6     
  Misses         54       54              
Flag Coverage Δ
unittests 95.60% <100.00%> (-0.03%) ⬇️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kash-jay kash-jay force-pushed the kjayasekera/change-fields-to-string branch from 0d2c1ac to eca6ee3 Compare November 14, 2025 14:54
OccurrenceKind = Literal["realtime", "historical"]
OccurrencePresence = Literal["present", "removed"]
Visibility = Literal["private", "internal", "public"]
Presence = str
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you can remove this line.

@kash-jay kash-jay force-pushed the kjayasekera/change-fields-to-string branch from eca6ee3 to e0d8566 Compare November 14, 2025 15:12
@kash-jay kash-jay requested a review from agateau-gg November 14, 2025 15:17
@agateau-gg agateau-gg merged commit bf204d8 into master Nov 14, 2025
19 checks passed
@agateau-gg agateau-gg deleted the kjayasekera/change-fields-to-string branch November 14, 2025 16:19
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.

4 participants