Add Slack activity digest scheduling with GoodJob and fix zero-total percentage handling in Wakatime summaries #621
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[wakatime_service_test.rb]to assert on the :err key and cover the zero-total case.Testing
docker compose run web rails test test/lib/wakatime_service_test.rbOverview
SlackActivityDigestSubscriptionmodel, service, and migration to store channel preferencesmy/activity_digest_subscriptionand surface link from Slack settingsSLACK_ACTIVITY_DIGEST_BOT_TOKENin the README and add coverage for scheduler, service, and job payloadsTesting
docker compose run web rails test test/models/slack_activity_digest_subscription_test.rbdocker compose run web rails test test/services/slack_activity_digest_service_test.rbdocker compose run web rails test test/jobs/slack_activity_digest_job_test.rb