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

remove useless collect message send in SQLite3Table>>#rows. #72

Merged

Conversation

vonbecmann
Copy link
Contributor

fix: #71
and add some tests.

@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.28% 🎉

Comparison is base (1ad6c1d) 79.02% compared to head (e4ff09c) 79.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   79.02%   79.31%   +0.28%     
==========================================
  Files         108      108              
  Lines        4473     4495      +22     
==========================================
+ Hits         3535     3565      +30     
+ Misses        938      930       -8     
Files Changed Coverage Δ
src/SQLite3-Core-Tests/SQLite3TableTest.class.st 100.00% <100.00%> (ø)
src/SQLite3-Core/SQLite3Table.class.st 100.00% <100.00%> (+12.90%) ⬆️

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

Copy link
Collaborator

@astares astares left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vonbecmann
The test #testRowsHasOneRow overlaps with existing #testNumberOfRowsIsOne, but this is a minor issue. Thanks!

@astares astares merged commit 05beb78 into pharo-rdbms:master Sep 17, 2023
@vonbecmann vonbecmann deleted the 71-remove-useless-collect-message-send branch September 17, 2023 22:41
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.

remove useless collect message send
2 participants