From 7497e3e674c3b3acfc0d563f6e6c3a6980271776 Mon Sep 17 00:00:00 2001 From: MeltyPlayer Date: Tue, 7 May 2024 00:16:30 -0500 Subject: [PATCH] Updated coverlet again, should be working now. --- .github/workflows/dotnet.yml | 2 +- FinModelUtility/Fin/Fin Tests/Fin Tests.csproj | 4 ++-- FinModelUtility/Formats/Ast/Ast Tests/Ast Tests.csproj | 4 ++-- FinModelUtility/Formats/Dat/Dat Tests/Dat Tests.csproj | 4 ++-- FinModelUtility/Formats/Glo/Glo Tests/Glo Tests.csproj | 4 ++-- .../Formats/Grezzo/Grezzo Tests/Grezzo Tests.csproj | 4 ++-- .../Formats/JSystem/JSystem Tests/JSystem Tests.csproj | 4 ++-- .../Formats/Level5/Level5 Tests/Level5 Tests.csproj | 4 ++-- FinModelUtility/Formats/Mod/Mod Tests/Mod Tests.csproj | 4 ++-- FinModelUtility/Formats/Modl/Modl Tests/Modl Tests.csproj | 4 ++-- .../Formats/Visceral/Visceral Tests/Visceral Tests.csproj | 4 ++-- .../Games/HaloWars/HaloWars Tests/HaloWars Tests.csproj | 4 ++-- .../SuperMario64/SuperMario64 Tests/SuperMario64 Tests.csproj | 4 ++-- .../UniversalAssetTool Tests/UniversalAssetTool Tests.csproj | 4 ++-- 14 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 425a9dc40..f6b020489 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -26,7 +26,7 @@ jobs: run: dotnet build --no-restore working-directory: FinModelUtility - name: Test - run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov /p:ExcludeByFile="**/KSoft/**/*.cs" /p:ExcludeByFile="**/SceneGate/**/*.cs" + run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov /p:ExcludeByFile="**/KSoft/**/*.cs,**/SceneGate/**/*.cs" working-directory: FinModelUtility - name: Set Up NPM diff --git a/FinModelUtility/Fin/Fin Tests/Fin Tests.csproj b/FinModelUtility/Fin/Fin Tests/Fin Tests.csproj index 1e9fc7b38..9196a3b4f 100644 --- a/FinModelUtility/Fin/Fin Tests/Fin Tests.csproj +++ b/FinModelUtility/Fin/Fin Tests/Fin Tests.csproj @@ -6,11 +6,11 @@ enable - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/FinModelUtility/Formats/Ast/Ast Tests/Ast Tests.csproj b/FinModelUtility/Formats/Ast/Ast Tests/Ast Tests.csproj index 59257fda8..03eca73f4 100644 --- a/FinModelUtility/Formats/Ast/Ast Tests/Ast Tests.csproj +++ b/FinModelUtility/Formats/Ast/Ast Tests/Ast Tests.csproj @@ -19,11 +19,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/FinModelUtility/Formats/Dat/Dat Tests/Dat Tests.csproj b/FinModelUtility/Formats/Dat/Dat Tests/Dat Tests.csproj index fe4c0a3a9..040776054 100644 --- a/FinModelUtility/Formats/Dat/Dat Tests/Dat Tests.csproj +++ b/FinModelUtility/Formats/Dat/Dat Tests/Dat Tests.csproj @@ -18,11 +18,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/FinModelUtility/Formats/Glo/Glo Tests/Glo Tests.csproj b/FinModelUtility/Formats/Glo/Glo Tests/Glo Tests.csproj index 55163175b..949d04f73 100644 --- a/FinModelUtility/Formats/Glo/Glo Tests/Glo Tests.csproj +++ b/FinModelUtility/Formats/Glo/Glo Tests/Glo Tests.csproj @@ -10,11 +10,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/FinModelUtility/Formats/Grezzo/Grezzo Tests/Grezzo Tests.csproj b/FinModelUtility/Formats/Grezzo/Grezzo Tests/Grezzo Tests.csproj index e36c34166..9fca8afd0 100644 --- a/FinModelUtility/Formats/Grezzo/Grezzo Tests/Grezzo Tests.csproj +++ b/FinModelUtility/Formats/Grezzo/Grezzo Tests/Grezzo Tests.csproj @@ -19,11 +19,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/FinModelUtility/Formats/JSystem/JSystem Tests/JSystem Tests.csproj b/FinModelUtility/Formats/JSystem/JSystem Tests/JSystem Tests.csproj index 2a34e1b1b..6c1345915 100644 --- a/FinModelUtility/Formats/JSystem/JSystem Tests/JSystem Tests.csproj +++ b/FinModelUtility/Formats/JSystem/JSystem Tests/JSystem Tests.csproj @@ -17,11 +17,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/FinModelUtility/Formats/Level5/Level5 Tests/Level5 Tests.csproj b/FinModelUtility/Formats/Level5/Level5 Tests/Level5 Tests.csproj index caa079ff3..154ae16c6 100644 --- a/FinModelUtility/Formats/Level5/Level5 Tests/Level5 Tests.csproj +++ b/FinModelUtility/Formats/Level5/Level5 Tests/Level5 Tests.csproj @@ -17,11 +17,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/FinModelUtility/Formats/Mod/Mod Tests/Mod Tests.csproj b/FinModelUtility/Formats/Mod/Mod Tests/Mod Tests.csproj index d765c356c..ae34c2250 100644 --- a/FinModelUtility/Formats/Mod/Mod Tests/Mod Tests.csproj +++ b/FinModelUtility/Formats/Mod/Mod Tests/Mod Tests.csproj @@ -9,11 +9,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/FinModelUtility/Formats/Modl/Modl Tests/Modl Tests.csproj b/FinModelUtility/Formats/Modl/Modl Tests/Modl Tests.csproj index 22720d540..db85c14f6 100644 --- a/FinModelUtility/Formats/Modl/Modl Tests/Modl Tests.csproj +++ b/FinModelUtility/Formats/Modl/Modl Tests/Modl Tests.csproj @@ -19,11 +19,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/FinModelUtility/Formats/Visceral/Visceral Tests/Visceral Tests.csproj b/FinModelUtility/Formats/Visceral/Visceral Tests/Visceral Tests.csproj index 6b08ef1ab..6b7dc808e 100644 --- a/FinModelUtility/Formats/Visceral/Visceral Tests/Visceral Tests.csproj +++ b/FinModelUtility/Formats/Visceral/Visceral Tests/Visceral Tests.csproj @@ -17,11 +17,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/FinModelUtility/Games/HaloWars/HaloWars Tests/HaloWars Tests.csproj b/FinModelUtility/Games/HaloWars/HaloWars Tests/HaloWars Tests.csproj index c5ce83adf..93a6cd173 100644 --- a/FinModelUtility/Games/HaloWars/HaloWars Tests/HaloWars Tests.csproj +++ b/FinModelUtility/Games/HaloWars/HaloWars Tests/HaloWars Tests.csproj @@ -19,11 +19,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/FinModelUtility/Games/SuperMario64/SuperMario64 Tests/SuperMario64 Tests.csproj b/FinModelUtility/Games/SuperMario64/SuperMario64 Tests/SuperMario64 Tests.csproj index 49fabc81c..216a1c199 100644 --- a/FinModelUtility/Games/SuperMario64/SuperMario64 Tests/SuperMario64 Tests.csproj +++ b/FinModelUtility/Games/SuperMario64/SuperMario64 Tests/SuperMario64 Tests.csproj @@ -17,11 +17,11 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/FinModelUtility/UniversalAssetTool/UniversalAssetTool Tests/UniversalAssetTool Tests.csproj b/FinModelUtility/UniversalAssetTool/UniversalAssetTool Tests/UniversalAssetTool Tests.csproj index 3219486ff..205c1b233 100644 --- a/FinModelUtility/UniversalAssetTool/UniversalAssetTool Tests/UniversalAssetTool Tests.csproj +++ b/FinModelUtility/UniversalAssetTool/UniversalAssetTool Tests/UniversalAssetTool Tests.csproj @@ -21,11 +21,11 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive