-
Notifications
You must be signed in to change notification settings - Fork 66
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
Added support for SLOP #97
Conversation
…se SLOP 0 is a valid activity.
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
@@ Coverage Diff @@
## master #97 +/- ##
==========================================
- Coverage 76.77% 76.63% -0.14%
==========================================
Files 13 13
Lines 1098 1100 +2
==========================================
Hits 843 843
- Misses 198 199 +1
- Partials 57 58 +1
Continue to review full report at Codecov.
|
@devinsburke can we add a test for it? |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Merged @devinsburke . Thank you! |
Added support for SLOP. Changed the int to an *int pointer (nullable) because SLOP 0 is a valid activity. The existing slop int attribute of the query struct was completely unused/unreferenced previously.