mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Update test-pipeline.yml
This commit is contained in:
2
.github/workflows/test-pipeline.yml
vendored
2
.github/workflows/test-pipeline.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
- name: 'Run tests'
|
||||
run: |
|
||||
cd './MewtocolTests'
|
||||
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./TestResults
|
||||
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./TestResults/coverage.opencover.xml
|
||||
ls -l
|
||||
cd ../
|
||||
ls -l
|
||||
|
||||
Reference in New Issue
Block a user