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

Issue 75 - Condense packages #78

Merged
merged 5 commits into from
Sep 17, 2023
Merged

Conversation

astares
Copy link
Collaborator

@astares astares commented Sep 17, 2023

Fix #75

@codecov
Copy link

codecov bot commented Sep 17, 2023

Codecov Report

Patch coverage: 73.92% and project coverage change: -0.08% ⚠️

Comparison is base (4bc94d8) 79.44% compared to head (7568d8a) 79.36%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
- Coverage   79.44%   79.36%   -0.08%     
==========================================
  Files         108      108              
  Lines        4505     4347     -158     
==========================================
- Hits         3579     3450     -129     
+ Misses        926      897      -29     
Files Changed Coverage Δ
src/SQLite3-Core/SQLite3AbstractError.class.st 30.00% <0.00%> (ø)
src/SQLite3-Core/SQLite3Constants.class.st 0.00% <0.00%> (ø)
...te3-Core/SQLite3ConstraintViolationUnique.class.st 0.00% <0.00%> (ø)
...re/SQLite3ConstraintViolationVirtualTable.class.st 0.00% <0.00%> (ø)
src/SQLite3-Core/SQLite3Full.class.st 0.00% <0.00%> (ø)
src/SQLite3-Core/SQLite3IOErrorAccess.class.st 0.00% <0.00%> (ø)
src/SQLite3-Core/SQLite3IOErrorBlocked.class.st 0.00% <0.00%> (ø)
...ite3-Core/SQLite3IOErrorCheckReservedLock.class.st 0.00% <0.00%> (ø)
src/SQLite3-Core/SQLite3IOErrorClose.class.st 0.00% <0.00%> (ø)
...rc/SQLite3-Core/SQLite3IOErrorConvertPath.class.st 0.00% <0.00%> (ø)
... and 38 more

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

@astares astares merged commit a161865 into pharo-rdbms:master Sep 17, 2023
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.

Cleanup: Condense SQLite3 packages
1 participant