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

Check session tracks for text search adapters #3767

Merged
merged 1 commit into from Jun 28, 2023

Conversation

garrettjstevens
Copy link
Collaborator

@garrettjstevens garrettjstevens commented Jun 27, 2023

This uses tracks on the session instead of from the JBrowse config when checking for track-level text search adapters. This way session tracks get checked for text search adapters as well as tracks in the config.

Credit to @shashankbrgowda for figuring out that the text search manager was missing the session tracks: GMOD/Apollo3#231 (comment).

Co-authored-by: Shashank Budhanuru Ramaraju <shashank.b.r.gowda45587@gmail.com>
@garrettjstevens garrettjstevens added the bug Something isn't working label Jun 27, 2023
@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #3767 (03ffc74) into main (7668ebe) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #3767      +/-   ##
==========================================
- Coverage   64.11%   64.10%   -0.02%     
==========================================
  Files         987      987              
  Lines       29663    29664       +1     
  Branches     7094     7094              
==========================================
- Hits        19018    19015       -3     
- Misses      10481    10485       +4     
  Partials      164      164              
Impacted Files Coverage Δ
packages/core/TextSearch/TextSearchManager.ts 97.14% <100.00%> (+0.08%) ⬆️

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cmdcolin
Copy link
Collaborator

good catch indeed!

@cmdcolin cmdcolin merged commit a9a64d5 into main Jun 28, 2023
11 checks passed
@cmdcolin cmdcolin deleted the session_track_text_search_adapters branch June 28, 2023 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants