mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-01 15:49:11 +00:00
Exclude EmojiIndex from coverage
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace DiscordChatExporter.Core.Utils
|
||||
{
|
||||
// Data sourced from: https://github.com/Tyrrrz/DiscordChatExporter/issues/599#issuecomment-863431045
|
||||
[ExcludeFromCodeCoverage]
|
||||
internal static class EmojiIndex
|
||||
{
|
||||
private static Dictionary<string, string> _toCodes = new(5000, StringComparer.Ordinal)
|
||||
|
||||
Reference in New Issue
Block a user