test1 #29

Merged
mcmuzzle merged 16 commits from visualCoverage into main 2026-02-06 22:02:17 +00:00
Showing only changes of commit 8e86086ca5 - Show all commits

View File

@@ -44,12 +44,6 @@ jobs:
tag: "${{ github.run_number }}_${{ github.run_id }}" # Optional tag or build version.
customSettings: "" # Optional custom settings (separated by semicolon). See: https://github.com/danielpalme/ReportGenerator/wiki/Settings.
toolpath: "reportgeneratortool" # Default directory for installing the dotnet tool.
- name: Upload coverage report (debug)
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: coverage-report/
if-no-files-found: error
- name: Upload coverage via SSH
uses: appleboy/scp-action@v1
with: