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:
11
.github/workflows/test-pipeline.yml
vendored
11
.github/workflows/test-pipeline.yml
vendored
@@ -40,16 +40,17 @@ jobs:
|
|||||||
|
|
||||||
- name: 'Run tests'
|
- name: 'Run tests'
|
||||||
run: |
|
run: |
|
||||||
cd '${{ github.workspace }}/MewtocolTests'
|
cd './MewtocolTests'
|
||||||
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./TestResults
|
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./TestResults
|
||||||
|
cd ../
|
||||||
|
|
||||||
- name: ReportGenerator
|
- name: ReportGenerator
|
||||||
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.22
|
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.22
|
||||||
with:
|
with:
|
||||||
reports: '${{ github.workspace }}/MewtocolTests/TestResults/coverage.opencover.xml'
|
reports: './MewtocolTests/TestResults/coverage.opencover.xml'
|
||||||
targetdir: '${{ github.workspace }}/MewtocolTests/Reports'
|
targetdir: './MewtocolTests/Reports'
|
||||||
reporttypes: Html_Dark;HtmlInline;MarkdownSummaryGithub;Badges
|
reporttypes: Html_Dark;HtmlInline;MarkdownSummaryGithub;Badges
|
||||||
historydir: '${{ github.workspace }}/MewtocolTests/Hist'
|
historydir: './MewtocolTests/Hist'
|
||||||
title: Report
|
title: Report
|
||||||
|
|
||||||
#Upload to codecov
|
#Upload to codecov
|
||||||
|
|||||||
Reference in New Issue
Block a user