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:
12
.github/workflows/test-pipeline.yml
vendored
12
.github/workflows/test-pipeline.yml
vendored
@@ -58,9 +58,13 @@ jobs:
|
||||
historydir: './MewtocolTests/Hist'
|
||||
title: Report
|
||||
|
||||
- name: Markdown report
|
||||
run: cat './MewtocolTests/TestResults/SummaryGithub.md' >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
- name: Markdown report and copy for badges branch
|
||||
run: |
|
||||
cat './MewtocolTests/TestResults/SummaryGithub.md' >> $GITHUB_STEP_SUMMARY
|
||||
cp './MewtocolTests/TestResults/badge_combined.svg' '~/badge_combined.svg'
|
||||
cp './MewtocolTests/TestResults/summary.html' '~/summary.html'
|
||||
ls -l ~
|
||||
|
||||
#Upload to codecov
|
||||
# - name: Upload coverage reports to Codecov
|
||||
# uses: codecov/codecov-action@v3
|
||||
@@ -85,6 +89,8 @@ jobs:
|
||||
run: |
|
||||
git fetch
|
||||
git checkout badges
|
||||
cp '~/summary.html' './MewtocolTests/TestResults/summary.html'
|
||||
cp '~/badge_combined.svg' './MewtocolTests/TestResults/badge_combined.svg'
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git add "./MewtocolTests/TestResults/badge_combined.svg" -f
|
||||
|
||||
Reference in New Issue
Block a user