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

refactor: ensure enum members are unique #71

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

ktro2828
Copy link
Collaborator

What

This PR uses @unique decorator in order to ensure enum members are unqiue.

Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
@github-actions github-actions bot added the refactor Refactoring code or increasing performance label Dec 20, 2024
Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
2101 1424 68% 50% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
t4_devkit/schema/name.py 100% 🟢
t4_devkit/schema/tables/sample_data.py 98% 🟢
t4_devkit/schema/tables/sensor.py 100% 🟢
t4_devkit/schema/tables/vehicle_state.py 100% 🟢
t4_devkit/schema/tables/visibility.py 95% 🟢
TOTAL 98% 🟢

updated for commit: 3dab94c by action🐍

@ktro2828 ktro2828 merged commit 6c0ea2e into main Dec 20, 2024
4 of 5 checks passed
@ktro2828 ktro2828 deleted the refactor/enum/unique branch December 20, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring code or increasing performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant