-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d88cde3
commit c943df9
Showing
4 changed files
with
175 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: unit tests | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
run-unit-tests: | ||
env: | ||
REPOSITORY_NAME: ${{ github.event.repository.name }} | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Setup .NET8 | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: 8.0.x | ||
|
||
- uses: testspace-com/setup-testspace@v1 | ||
with: | ||
domain: ${{github.repository_owner}} | ||
|
||
- name: Cache dependencies | ||
uses: actions/cache@v2 | ||
with: | ||
path: ~/.nuget/packages | ||
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} | ||
restore-keys: | | ||
${{ runner.os }}-nuget- | ||
- name: Install dependencies | ||
run: dotnet restore --verbosity normal --locked-mode | ||
|
||
- name: Build | ||
run: dotnet build --configuration Release --no-restore | ||
|
||
- name: Test | ||
run: dotnet test --configuration Release --no-restore --no-build --verbosity normal -- --results-directory ./TestResults --report-trx --coverage --coverage-output-format cobertura --coverage-output tests.cobertura.xml --report-trx-filename tests.trx | ||
|
||
- name: Publish coverage report to coveralls.io | ||
uses: coverallsapp/github-action@v2 | ||
if: ${{ always() && github.event_name == 'push' }} | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
format: cobertura | ||
file: ${{ env.REPOSITORY_NAME }}.Tests/TestResults/tests.cobertura.xml | ||
|
||
- name: Publish Results to Testspace | ||
if: ${{ always() && github.event_name == 'push' }} | ||
run: testspace ${{ env.REPOSITORY_NAME }}.Tests/TestResults/tests.trx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
{ | ||
"version": 1, | ||
"dependencies": { | ||
".NETStandard,Version=v2.0": { | ||
"Microsoft.Bcl.HashCode": { | ||
"type": "Direct", | ||
"requested": "[6.0.0, )", | ||
"resolved": "6.0.0", | ||
"contentHash": "GI4jcoi6eC9ZhNOQylIBaWOQjyGaR8T6N3tC1u8p3EXfndLCVNNWa+Zp+ocjvvS3kNBN09Zma2HXL0ezO0dRfw==" | ||
}, | ||
"Microsoft.CodeAnalysis.Analyzers": { | ||
"type": "Direct", | ||
"requested": "[3.11.0, )", | ||
"resolved": "3.11.0", | ||
"contentHash": "v/EW3UE8/lbEYHoC2Qq7AR/DnmvpgdtAMndfQNmpuIMx/Mto8L5JnuCfdBYtgvalQOtfNCnxFejxuRrryvUTsg==" | ||
}, | ||
"Microsoft.CodeAnalysis.CSharp": { | ||
"type": "Direct", | ||
"requested": "[4.8.0, )", | ||
"resolved": "4.8.0", | ||
"contentHash": "+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==", | ||
"dependencies": { | ||
"Microsoft.CodeAnalysis.Common": "[4.8.0]" | ||
} | ||
}, | ||
"NETStandard.Library": { | ||
"type": "Direct", | ||
"requested": "[2.0.3, )", | ||
"resolved": "2.0.3", | ||
"contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", | ||
"dependencies": { | ||
"Microsoft.NETCore.Platforms": "1.1.0" | ||
} | ||
}, | ||
"PolySharp": { | ||
"type": "Direct", | ||
"requested": "[1.15.0, )", | ||
"resolved": "1.15.0", | ||
"contentHash": "FbU0El+EEjdpuIX4iDbeS7ki1uzpJPx8vbqOzEtqnl1GZeAGJfq+jCbxeJL2y0EPnUNk8dRnnqR2xnYXg9Tf+g==" | ||
}, | ||
"Microsoft.CodeAnalysis.Common": { | ||
"type": "Transitive", | ||
"resolved": "4.8.0", | ||
"contentHash": "/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==", | ||
"dependencies": { | ||
"Microsoft.CodeAnalysis.Analyzers": "3.3.4", | ||
"System.Collections.Immutable": "7.0.0", | ||
"System.Memory": "4.5.5", | ||
"System.Reflection.Metadata": "7.0.0", | ||
"System.Runtime.CompilerServices.Unsafe": "6.0.0", | ||
"System.Text.Encoding.CodePages": "7.0.0", | ||
"System.Threading.Tasks.Extensions": "4.5.4" | ||
} | ||
}, | ||
"Microsoft.NETCore.Platforms": { | ||
"type": "Transitive", | ||
"resolved": "1.1.0", | ||
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" | ||
}, | ||
"System.Buffers": { | ||
"type": "Transitive", | ||
"resolved": "4.5.1", | ||
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==" | ||
}, | ||
"System.Collections.Immutable": { | ||
"type": "Transitive", | ||
"resolved": "7.0.0", | ||
"contentHash": "dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==", | ||
"dependencies": { | ||
"System.Memory": "4.5.5", | ||
"System.Runtime.CompilerServices.Unsafe": "6.0.0" | ||
} | ||
}, | ||
"System.Memory": { | ||
"type": "Transitive", | ||
"resolved": "4.5.5", | ||
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", | ||
"dependencies": { | ||
"System.Buffers": "4.5.1", | ||
"System.Numerics.Vectors": "4.4.0", | ||
"System.Runtime.CompilerServices.Unsafe": "4.5.3" | ||
} | ||
}, | ||
"System.Numerics.Vectors": { | ||
"type": "Transitive", | ||
"resolved": "4.4.0", | ||
"contentHash": "UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==" | ||
}, | ||
"System.Reflection.Metadata": { | ||
"type": "Transitive", | ||
"resolved": "7.0.0", | ||
"contentHash": "MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==", | ||
"dependencies": { | ||
"System.Collections.Immutable": "7.0.0", | ||
"System.Memory": "4.5.5" | ||
} | ||
}, | ||
"System.Runtime.CompilerServices.Unsafe": { | ||
"type": "Transitive", | ||
"resolved": "6.0.0", | ||
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" | ||
}, | ||
"System.Text.Encoding.CodePages": { | ||
"type": "Transitive", | ||
"resolved": "7.0.0", | ||
"contentHash": "LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==", | ||
"dependencies": { | ||
"System.Memory": "4.5.5", | ||
"System.Runtime.CompilerServices.Unsafe": "6.0.0" | ||
} | ||
}, | ||
"System.Threading.Tasks.Extensions": { | ||
"type": "Transitive", | ||
"resolved": "4.5.4", | ||
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", | ||
"dependencies": { | ||
"System.Runtime.CompilerServices.Unsafe": "4.5.3" | ||
} | ||
} | ||
} | ||
} | ||
} |