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

Adds missing games to the rewarding system (BAL-191) #192

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Balance/ActivityLogging/ActivityStorageManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@
actionDescription.contains("Closed Video Selected") ||
actionDescription.contains("Closed Sudoku Game") ||
actionDescription.contains("Closed Crossover Game") ||
actionDescription.contains("Closed Tetris Game") ||
actionDescription.contains("Closed Simon Says Game") ||
actionDescription.contains("Closed Bouncing Ball Game") ||
actionDescription.contains("Closed 2048 Game") ||
actionDescription.contains("Closed Solitaire Game") ||

Check warning on line 125 in Balance/ActivityLogging/ActivityStorageManager.swift

View check run for this annotation

Codecov / codecov/patch

Balance/ActivityLogging/ActivityStorageManager.swift#L121-L125

Added lines #L121 - L125 were not covered by tests
actionDescription.contains("Closed Guess the Emotion") ||
actionDescription.contains("Closed How is your mood") ||
actionDescription.contains("Closed New Draw") ||
Expand Down
Loading