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

Implemented a Clock interface that is used instead of time.Now to aid testing #20

Merged
merged 2 commits into from
Apr 4, 2024

Added waitgroup for control flow on acl tests

25ffb30
Select commit
Loading
Failed to load commit list.
Merged

Implemented a Clock interface that is used instead of time.Now to aid testing #20

Added waitgroup for control flow on acl tests
25ffb30
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 4, 2024 in 1s

59.81% (+0.04%) compared to 6e51097

View this Pull Request on Codecov

59.81% (+0.04%) compared to 6e51097

Details

Codecov Report

Attention: Patch coverage is 88.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 59.81%. Comparing base (6e51097) to head (25ffb30).
Report is 1 commits behind head on main.

Files Patch % Lines
pkg/echovault/keyspace.go 0.00% 1 Missing and 1 partial ⚠️
pkg/echovault/echovault.go 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   59.76%   59.81%   +0.04%     
==========================================
  Files          31       31              
  Lines        5831     5838       +7     
==========================================
+ Hits         3485     3492       +7     
  Misses       2046     2046              
  Partials      300      300              

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