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:
7
.github/workflows/test-pipeline.yml
vendored
7
.github/workflows/test-pipeline.yml
vendored
@@ -46,15 +46,18 @@ jobs:
|
|||||||
cd ../
|
cd ../
|
||||||
ls -l
|
ls -l
|
||||||
|
|
||||||
- name: ReportGenerator
|
- name: Report Generator
|
||||||
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.22
|
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.22
|
||||||
with:
|
with:
|
||||||
reports: './MewtocolTests/TestResults/coverage.opencover.xml'
|
reports: './MewtocolTests/TestResults/coverage.opencover.xml'
|
||||||
targetdir: './MewtocolTests/Reports'
|
targetdir: './MewtocolTests/TestResults'
|
||||||
reporttypes: Html_Dark;HtmlInline;MarkdownSummaryGithub;Badges
|
reporttypes: Html_Dark;HtmlInline;MarkdownSummaryGithub;Badges
|
||||||
historydir: './MewtocolTests/Hist'
|
historydir: './MewtocolTests/Hist'
|
||||||
title: Report
|
title: Report
|
||||||
|
|
||||||
|
- name: Markdown report
|
||||||
|
run: cat './MewtocolTests/TestResults/SummaryGithub.md' >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
#Upload to codecov
|
#Upload to codecov
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user