From 056a587c945989590c29f4f6f0a4a5753cfea2c3 Mon Sep 17 00:00:00 2001 From: Shargon Date: Fri, 23 Feb 2024 02:00:30 -0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73126d185..2b61d0ff5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: --no-build \ -p:CollectCoverage=true \ -p:CoverletOutput=${GITHUB_WORKSPACE}/coverage-join/ \ - -p:Exclude=\"[Neo.SmartContract.TestEngine]*,[Neo.Compiler.CSharp.UnitTests]*,[Neo]*,[Neo.IO]*,[Neo.Json]*,[Neo.VM],[Neo.Extensions]*,[Neo.Cryptography.BLS12_381]*\" + -p:Exclude=\"[Neo.SmartContract.TestEngine]*,[Neo.Compiler.CSharp.UnitTests]*,[Neo]*,[Neo.IO]*,[Neo.Json]*,[Neo.VM]*,[Neo.Extensions]*,[Neo.Cryptography.BLS12_381]*\" - name: Test Neo.SmartContract.Framework.UnitTests run: | dotnet test ./tests/Neo.SmartContract.Framework.UnitTests \ @@ -55,7 +55,7 @@ jobs: -p:CollectCoverage=true \ -p:CoverletOutput=${GITHUB_WORKSPACE}/coverage-join/ \ -p:MergeWith=${GITHUB_WORKSPACE}/coverage-join/coverage.json \ - -p:Exclude=\"[Neo.SmartContract.TestEngine]*,[Neo.Compiler.CSharp.UnitTests]*,[Neo]*,[Neo.IO]*,[Neo.Json]*,[Neo.VM],[Neo.Extensions]*,[Neo.Cryptography.BLS12_381]*\" + -p:Exclude=\"[Neo.SmartContract.TestEngine]*,[Neo.Compiler.CSharp.UnitTests]*,[Neo]*,[Neo.IO]*,[Neo.Json]*,[Neo.VM]*,[Neo.Extensions]*,[Neo.Cryptography.BLS12_381]*\" - name: Test Neo.SmartContract.Template.UnitTests run: | dotnet test ./tests/Neo.SmartContract.Template.UnitTests \ @@ -64,7 +64,7 @@ jobs: -p:CollectCoverage=true \ -p:CoverletOutput=${GITHUB_WORKSPACE}/coverage/lcov \ -p:MergeWith=${GITHUB_WORKSPACE}/coverage-join/coverage.json \ - -p:Exclude=\"[Neo.SmartContract.TestEngine]*,[Neo.Compiler.CSharp.UnitTests]*,[Neo]*,[Neo.IO]*,[Neo.Json]*,[Neo.VM],[Neo.Extensions]*,[Neo.Cryptography.BLS12_381]*\" \ + -p:Exclude=\"[Neo.SmartContract.TestEngine]*,[Neo.Compiler.CSharp.UnitTests]*,[Neo]*,[Neo.IO]*,[Neo.Json]*,[Neo.VM]*,[Neo.Extensions]*,[Neo.Cryptography.BLS12_381]*\" \ -p:CoverletOutputFormat=lcov - name: Coveralls uses: coverallsapp/github-action@v2.2.3