Skip to content

Replace literal types with strings#97

Merged
hugovk merged 1 commit intotermcolor:mainfrom
hugovk:rm-literal-types
Mar 31, 2025
Merged

Replace literal types with strings#97
hugovk merged 1 commit intotermcolor:mainfrom
hugovk:rm-literal-types

Conversation

@hugovk
Copy link
Member

@hugovk hugovk commented Mar 21, 2025

Fixes #62.

@hugovk hugovk added the changelog: Removed For now removed features label Mar 21, 2025
@codecov
Copy link

codecov bot commented Mar 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.60%. Comparing base (18a80aa) to head (36bee61).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #97   +/-   ##
=======================================
  Coverage   97.60%   97.60%           
=======================================
  Files           3        3           
  Lines         125      125           
=======================================
  Hits          122      122           
  Misses          3        3           
Flag Coverage Δ
macos-latest 97.60% <100.00%> (ø)
ubuntu-latest 97.60% <100.00%> (ø)
windows-latest 97.60% <100.00%> (ø)

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.

@hugovk hugovk force-pushed the rm-literal-types branch from b6fdd84 to 36bee61 Compare March 31, 2025 12:37
@hugovk hugovk merged commit 6be5b48 into termcolor:main Mar 31, 2025
31 checks passed
@hugovk hugovk deleted the rm-literal-types branch March 31, 2025 12:39
agoscinski added a commit to C2SM/Sirocco that referenced this pull request May 6, 2025
Replace the `Color` type by `str` as it does not exist in termcolor.
The mypy issue is due to a recent change in termcolor from the PR
termcolor/termcolor#97
agoscinski added a commit to C2SM/Sirocco that referenced this pull request May 6, 2025
Replace the `Color` type by `str` as it does not exist in termcolor.
The mypy issue is due to a recent change in termcolor from the PR
termcolor/termcolor#97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog: Removed For now removed features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Export types from library for type checking

1 participant