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

Use grcov for code coverage #1274

Merged
merged 1 commit into from
Jan 5, 2023
Merged

Conversation

thomcc
Copy link
Member

@thomcc thomcc commented Jan 5, 2023

actions-rs/tarpaulin has bitrotted. actions-rs/tarpaulin#21 (comment)

@codecov
Copy link

codecov bot commented Jan 5, 2023

Codecov Report

Base: 65.64% // Head: 81.41% // Increases project coverage by +15.77% 🎉

Coverage data is based on head (2eb9363) compared to base (646c9c1).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #1274       +/-   ##
===========================================
+ Coverage   65.64%   81.41%   +15.77%     
===========================================
  Files          45       49        +4     
  Lines        3801     9878     +6077     
===========================================
+ Hits         2495     8042     +5547     
- Misses       1306     1836      +530     
Impacted Files Coverage Δ
src/busy.rs 27.55% <0.00%> (-19.51%) ⬇️
src/params.rs 85.36% <0.00%> (-6.31%) ⬇️
src/util/param_cache.rs 95.00% <0.00%> (-5.00%) ⬇️
src/context.rs 37.20% <0.00%> (-3.97%) ⬇️
src/hooks.rs 80.54% <0.00%> (-3.79%) ⬇️
src/limits.rs 97.61% <0.00%> (-2.39%) ⬇️
src/version.rs 100.00% <0.00%> (ø)
libsqlite3-sys/src/lib.rs 100.00% <0.00%> (ø)
src/load_extension_guard.rs 0.00% <0.00%> (ø)
tests/vtab.rs 87.09% <0.00%> (ø)
... and 39 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@thomcc thomcc merged commit 102b71a into rusqlite:master Jan 5, 2023
@thomcc thomcc deleted the grcov-coverage branch January 5, 2023 11:29
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.

None yet

1 participant