Skip to content

Add reaction capability to chat messages

Codecov / codecov/patch succeeded Jan 8, 2024 in 1s

63.72% of diff hit (target 58.99%)

View this Pull Request on Codecov

63.72% of diff hit (target 58.99%)

Annotations

Check warning on line 149 in src/main/java/com/faforever/client/chat/ChatChannel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ChatChannel.java#L149

Added line #L149 was not covered by tests

Check warning on line 28 in src/main/java/com/faforever/client/chat/ChatMessage.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ChatMessage.java#L28

Added line #L28 was not covered by tests

Check warning on line 156 in src/main/java/com/faforever/client/chat/ChatMessageController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ChatMessageController.java#L156

Added line #L156 was not covered by tests

Check warning on line 176 in src/main/java/com/faforever/client/chat/ChatMessageController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ChatMessageController.java#L175-L176

Added lines #L175 - L176 were not covered by tests

Check warning on line 198 in src/main/java/com/faforever/client/chat/ChatMessageController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ChatMessageController.java#L197-L198

Added lines #L197 - L198 were not covered by tests

Check warning on line 201 in src/main/java/com/faforever/client/chat/ChatMessageController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ChatMessageController.java#L201

Added line #L201 was not covered by tests

Check warning on line 277 in src/main/java/com/faforever/client/chat/ChatMessageController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ChatMessageController.java#L277

Added line #L277 was not covered by tests

Check warning on line 301 in src/main/java/com/faforever/client/chat/ChatMessageController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ChatMessageController.java#L300-L301

Added lines #L300 - L301 were not covered by tests

Check warning on line 137 in src/main/java/com/faforever/client/chat/ChatMessageViewController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ChatMessageViewController.java#L137

Added line #L137 was not covered by tests

Check warning on line 274 in src/main/java/com/faforever/client/chat/KittehChatService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/KittehChatService.java#L269-L274

Added lines #L269 - L274 were not covered by tests

Check warning on line 435 in src/main/java/com/faforever/client/chat/KittehChatService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/KittehChatService.java#L435

Added line #L435 was not covered by tests

Check warning on line 469 in src/main/java/com/faforever/client/chat/KittehChatService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/KittehChatService.java#L469

Added line #L469 was not covered by tests

Check warning on line 694 in src/main/java/com/faforever/client/chat/KittehChatService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/KittehChatService.java#L693-L694

Added lines #L693 - L694 were not covered by tests

Check warning on line 727 in src/main/java/com/faforever/client/chat/KittehChatService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/KittehChatService.java#L720-L727

Added lines #L720 - L727 were not covered by tests

Check warning on line 745 in src/main/java/com/faforever/client/chat/KittehChatService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/KittehChatService.java#L732-L745

Added lines #L732 - L745 were not covered by tests

Check warning on line 792 in src/main/java/com/faforever/client/chat/KittehChatService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/KittehChatService.java#L792

Added line #L792 was not covered by tests

Check warning on line 874 in src/main/java/com/faforever/client/chat/KittehChatService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/KittehChatService.java#L874

Added line #L874 was not covered by tests

Check warning on line 67 in src/main/java/com/faforever/client/chat/ReactionController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ReactionController.java#L67

Added line #L67 was not covered by tests

Check warning on line 72 in src/main/java/com/faforever/client/chat/ReactionController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ReactionController.java#L72

Added line #L72 was not covered by tests

Check warning on line 77 in src/main/java/com/faforever/client/chat/ReactionController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ReactionController.java#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 79 in src/main/java/com/faforever/client/chat/ReactionController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ReactionController.java#L79

Added line #L79 was not covered by tests

Check warning on line 91 in src/main/java/com/faforever/client/chat/ReactionController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ReactionController.java#L89-L91

Added lines #L89 - L91 were not covered by tests

Check warning on line 95 in src/main/java/com/faforever/client/chat/ReactionController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ReactionController.java#L94-L95

Added lines #L94 - L95 were not covered by tests

Check warning on line 97 in src/main/java/com/faforever/client/chat/ReactionController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ReactionController.java#L97

Added line #L97 was not covered by tests

Check warning on line 99 in src/main/java/com/faforever/client/chat/ReactionController.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/faforever/client/chat/ReactionController.java#L99

Added line #L99 was not covered by tests