mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Exclude EmojiIndex from coverage
This commit is contained in:
parent
cad6baba48
commit
7d9d3ca5fb
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue