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

feat: database/sql integration #893

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

chore: another go1.18 rollback

ab1d3bf
Select commit
Loading
Failed to load commit list.
Open

feat: database/sql integration #893

chore: another go1.18 rollback
ab1d3bf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 19, 2024 in 1s

81.10% (-1.81%) compared to 6bd150f

View this Pull Request on Codecov

81.10% (-1.81%) compared to 6bd150f

Details

Codecov Report

Attention: Patch coverage is 51.82073% with 172 lines in your changes missing coverage. Please review.

Project coverage is 81.10%. Comparing base (6bd150f) to head (ab1d3bf).

Files with missing lines Patch % Lines
sentrysql/conn.go 44.15% 79 Missing and 7 partials ⚠️
sentrysql/stmt.go 40.38% 58 Missing and 4 partials ⚠️
sentrysql/driver.go 60.52% 14 Missing and 1 partial ⚠️
sentrysql/sentrysql.go 72.72% 8 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #893      +/-   ##
==========================================
- Coverage   82.90%   81.10%   -1.81%     
==========================================
  Files          55       62       +7     
  Lines        4627     5815    +1188     
==========================================
+ Hits         3836     4716     +880     
- Misses        635      929     +294     
- Partials      156      170      +14     

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