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] OWTable: fix select whole rows regression #5605

Merged
merged 1 commit into from
Sep 23, 2021

Conversation

markotoplak
Copy link
Member

And add a test for the feature.

Issue

Fixes #5604.

Includes
  • Code changes
  • Tests!
  • Documentation

@codecov
Copy link

codecov bot commented Sep 23, 2021

Codecov Report

Merging #5605 (c4c4775) into master (c7e80de) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #5605      +/-   ##
==========================================
+ Coverage   85.93%   85.96%   +0.02%     
==========================================
  Files         313      313              
  Lines       65466    65466              
==========================================
+ Hits        56260    56275      +15     
+ Misses       9206     9191      -15     

And add a test for the feature.
@markotoplak markotoplak merged commit fde224f into biolab:master Sep 23, 2021
markotoplak added a commit that referenced this pull request Sep 24, 2021
[FIX] OWTable: fix select whole rows regression
@markotoplak markotoplak deleted the fix-table-select-rows branch November 25, 2021 15:37
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.

Data table: Select full rows results in an error
1 participant