Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Feb 23, 2024
1 parent e27b663 commit a756da2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
--no-build \
-p:CollectCoverage=true \
-p:CoverletOutput=${GITHUB_WORKSPACE}/coverage-join/ \
-p:ExcludeByFile=\"*/neo/*,**/home/runner/*\" \
-p:Exclude=\"[Neo.Compiler.CSharp.UnitTests]*\"
- name: Test Neo.SmartContract.Framework.UnitTests
run: |
Expand All @@ -55,6 +56,7 @@ jobs:
-p:CollectCoverage=true \
-p:CoverletOutput=${GITHUB_WORKSPACE}/coverage-join/ \
-p:MergeWith=${GITHUB_WORKSPACE}/coverage-join/coverage.json \
-p:ExcludeByFile=\"*/neo/*,**/home/runner/*\" \
-p:Exclude=\"[Neo.Compiler.CSharp.UnitTests]*\"
- name: Test Neo.SmartContract.Template.UnitTests
run: |
Expand All @@ -64,6 +66,7 @@ jobs:
-p:CollectCoverage=true \
-p:CoverletOutput=${GITHUB_WORKSPACE}/coverage/lcov \
-p:MergeWith=${GITHUB_WORKSPACE}/coverage-join/coverage.json \
-p:ExcludeByFile=\"*/neo/*,**/home/runner/*\" \
-p:Exclude=\"[Neo.Compiler.CSharp.UnitTests]*\" \
-p:CoverletOutputFormat=lcov
- name: Coveralls
Expand Down

0 comments on commit a756da2

Please sign in to comment.