Skip to content

Fix parsing of Manifest-v{VERSION}.toml #56

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

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

Conversation

MilesCranmer
Copy link

This fixes the behavior when using Manifest-v1.11.toml.

I also cleaned up derived_testenv (I found the logic a bit hard to follow but could be just me) and made it more robust against nothing return values.

I'm not sure if this will fix the issues in julia-vscode/TestItemRunner.jl#112 and julia-vscode/julia-vscode#3817 but fingers crossed.

Copy link

codecov bot commented Jul 20, 2025

Codecov Report

Attention: Patch coverage is 56.00000% with 11 lines in your changes missing coverage. Please review.

Project coverage is 67.58%. Comparing base (3dc8080) to head (d5463c6).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/layer_testitems.jl 65.00% 7 Missing ⚠️
src/utils.jl 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
+ Coverage   61.74%   67.58%   +5.84%     
==========================================
  Files          15       16       +1     
  Lines         677      688      +11     
==========================================
+ Hits          418      465      +47     
+ Misses        259      223      -36     
Flag Coverage Δ
unittests 67.58% <56.00%> (+5.84%) ⬆️

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.

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.

1 participant