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

Do Not Fully Initialize Assay if Not In Workspace #134

Merged
merged 4 commits into from
Oct 17, 2024
Merged

Conversation

chrstinalin
Copy link
Contributor

@chrstinalin chrstinalin commented Oct 11, 2024

Closes #124

Changes

  • Avoids the complications with single files altogether by not allowing Assay to be used without a workspace.

@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.51%. Comparing base (e417670) to head (26a6f94).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #134      +/-   ##
==========================================
+ Coverage   91.41%   91.51%   +0.09%     
==========================================
  Files          28       28              
  Lines        2841     2839       -2     
  Branches      177      177              
==========================================
+ Hits         2597     2598       +1     
+ Misses        242      239       -3     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chrstinalin chrstinalin merged commit 799dfbf into main Oct 17, 2024
1 check passed
@chrstinalin chrstinalin deleted the workspace-folder branch October 29, 2024 14:28
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.

[BUG] Edge Case - File Opened Without Workspace Activates Assay
3 participants