mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Removed MewExplorer from test pipeline
This commit is contained in:
7
.github/workflows/test-pipeline.yml
vendored
7
.github/workflows/test-pipeline.yml
vendored
@@ -34,13 +34,8 @@ jobs:
|
||||
6.0.x
|
||||
7.0.x
|
||||
|
||||
- name: 'Install MAUI Workloads'
|
||||
run: |
|
||||
dotnet workload install android --ignore-failed-sources
|
||||
dotnet workload install maui --ignore-failed-sources
|
||||
|
||||
- name: 'Run tests'
|
||||
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../Builds/TestResults/coverage.opencover.xml
|
||||
run: dotnet test "./MewtocolTests" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../Builds/TestResults/coverage.opencover.xml
|
||||
|
||||
- name: Report Generator
|
||||
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.22
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
<PropertyGroup>
|
||||
|
||||
<IsPublishable>false</IsPublishable>
|
||||
<IsPackable>false</IsPackable>
|
||||
|
||||
<TargetFrameworks>net7.0-android;</TargetFrameworks>
|
||||
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
## 1. Run the tests
|
||||
|
||||
`dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../Builds/TestResults/coverage.opencover.xml`
|
||||
`dotnet test "./MewtocolTests" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../Builds/TestResults/coverage.opencover.xml`
|
||||
|
||||
## 2. Run the docs Autobuilder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user