go-tick / core

0 stars 0 forks source link

Fix/13 fix race condition with in memory driver #14

Closed misikdmytro closed 2 weeks ago

misikdmytro commented 2 weeks ago

Pull Request Checklist

Thank you for your contribution to GoTick! Please make sure you have completed the following steps before submitting your pull request:

Description

Type of Change

Please select the type of change that applies to this pull request:

Checklist

Related Issues

Link any related issues here:

Additional Information

Provide any other information that is important to this PR, such as screenshots, benchmarks, or performance improvements.

codecov-commenter commented 2 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 74.02597% with 40 lines in your changes missing coverage. Please review.

Project coverage is 86.15%. Comparing base (89cda5e) to head (79d944d). Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
config.go 49.09% 26 Missing and 2 partials :warning:
internal/utils/lock.go 76.92% 4 Missing and 2 partials :warning:
inmemory.go 91.48% 3 Missing and 1 partial :warning:
planner.go 88.23% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #14 +/- ## =========================================== - Coverage 87.67% 86.15% -1.52% =========================================== Files 9 9 Lines 365 419 +54 =========================================== + Hits 320 361 +41 - Misses 40 51 +11 - Partials 5 7 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.