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

Fix typing on TestCreatedParams #1

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

SBuercklin
Copy link
Contributor

The env entry in TestItemCreatedParams is derived from a TestProfile.julia_env, which is typed as a Dict{String, Union{String, Nothing}}. The existing env definition omits the union and just expects a dict from strings to strings. This loosens that requirement to align with the TestProfile.julia_env

Copy link

codecov bot commented Feb 10, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@davidanthoff davidanthoff merged commit fc810da into julia-vscode:main Feb 10, 2025
45 of 70 checks passed
@SBuercklin SBuercklin deleted the dict-fix branch February 11, 2025 02:03
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