From c9d2de2b3c940faa6a36bf1db2cf561a08e9bb3d Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Mon, 6 Dec 2021 23:47:21 -0600 Subject: [PATCH] tests: fixing missing JUnit logger --- .gitignore | 4 ++++ tests/MfGames.IO.Tests/MfGames.IO.Tests.csproj | 1 + 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d128f9b..d7e7938 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,7 @@ obj/ _ReSharper.Caches/ node_modules/ .direnv/ +coverage/ +tests/artifacts/ +TestResults/ +.config/ diff --git a/tests/MfGames.IO.Tests/MfGames.IO.Tests.csproj b/tests/MfGames.IO.Tests/MfGames.IO.Tests.csproj index 704204a..292846a 100644 --- a/tests/MfGames.IO.Tests/MfGames.IO.Tests.csproj +++ b/tests/MfGames.IO.Tests/MfGames.IO.Tests.csproj @@ -6,6 +6,7 @@ +